Html Css Color HEX #C32336 Cardinal

📋 copy color: '#C32336'

red 195 ◦ green 35 ◦ blue 54

#C32336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C32336

Tints of Cardinal #C32336

RGB

 RED value IS 195 (76.56% from 255) = 68.66%

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 68.66%
G = 12.32%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C32336 (or 0xC32336) is known color: Cardinal. HEX triplet: C3, 23 and 36. RGB value is (195,35,54). Sum of RGB (Red+Green+Blue) = 195+35+54=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32336 is #3CDCC9. Grayscale: #555555. Windows color (decimal): -3988682 or 3548099. OLE color: 3548099.

HSL color Cylindrical-coordinate representation of color #C32336: hue angle of 352.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C32336 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 54 -
CMYK 0 0.82 0.72 0.24
HSL 352.88º 0.7% 0.45% -
HSV(B) 352.88º 0.82% 0.76% -
XYZ 23.77 13.07 4.76 -
YUV 85.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 195 35 54 0 0.82 0.72 0.24 352.88 0.7 0.45
Hex C3 23 36 0 52 48 18 161 46 2D
Octal 303 43 66 0 122 110 30 541 106 55
Binary 11000011 100011 110110 0 1010010 1001000 11000 101100001 1000110 101101

Color Harmonies of #C32336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32336

Black with #C32336

Text Example


Text Example

White with #C32336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32336; }

 p { color: rgb(195,35,54); }

 H1.HeaderClassName
 {
   color: #C32336;
 }
 .AnyTagClassName
 {
   color: #C32336;
 }
</style>

background-color css

<style>
 a { background-color: #C32336; }

 a { background-color: rgb(195,35,54); }

 div.DivClassName
 {
   background-color: #C32336;
 }
 .BgClassName
 {
   background-color: #C32336;
 }
</style>

border-color css

<style>
 span { border-color: #C32336; }

 span { border-color: rgb(195,35,54); }

 td.TdClassName
 {
   border-color: #C32336;
 }
 .TagClassName
 {
   border-color: #C32336;
 }
</style>