Html Css Color HEX #C32136 Cardinal

📋 copy color: '#C32136'

red 195 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #C32136

Tints of Cardinal #C32136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 69.15%
G = 11.7%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C32136 (or 0xC32136) is known color: Cardinal. HEX triplet: C3, 21 and 36. RGB value is (195,33,54). Sum of RGB (Red+Green+Blue) = 195+33+54=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32136 is #3CDEC9. Grayscale: #535353. Windows color (decimal): -3989194 or 3547587. OLE color: 3547587.

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

Color convert

RGB 195 33 54 -
CMYK 0 0.83 0.72 0.24
HSL 352.22º 0.71% 0.45% -
HSV(B) 352.22º 0.83% 0.76% -
XYZ 23.72 12.96 4.74 -
YUV 83.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 195 33 54 0 0.83 0.72 0.24 352.22 0.71 0.45
Hex C3 21 36 0 53 48 18 160 47 2D
Octal 303 41 66 0 123 110 30 540 107 55
Binary 11000011 100001 110110 0 1010011 1001000 11000 101100000 1000111 101101

Color Harmonies of #C32136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32136

Black with #C32136

Text Example


Text Example

White with #C32136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32136; }

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

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

background-color css

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

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

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

border-color css

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

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

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