Html Css Color HEX #C4213E Cardinal

📋 copy color: '#C4213E'

red 196 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #C4213E

Tints of Cardinal #C4213E

RGB

 RED value IS 196 (76.95% from 255) = 67.35%

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 67.35%
G = 11.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4213E (or 0xC4213E) is known color: Cardinal. HEX triplet: C4, 21 and 3E. RGB value is (196,33,62). Sum of RGB (Red+Green+Blue) = 196+33+62=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4213E is #3BDEC1. Grayscale: #555555. Windows color (decimal): -3923650 or 4071876. OLE color: 4071876.

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

Color convert

RGB 196 33 62 -
CMYK 0 0.83 0.68 0.23
HSL 349.33º 0.71% 0.45% -
HSV(B) 349.33º 0.83% 0.77% -
XYZ 24.18 13.17 5.83 -
YUV 85.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 196 33 62 0 0.83 0.68 0.23 349.33 0.71 0.45
Hex C4 21 3E 0 53 44 17 15D 47 2D
Octal 304 41 76 0 123 104 27 535 107 55
Binary 11000100 100001 111110 0 1010011 1000100 10111 101011101 1000111 101101

Color Harmonies of #C4213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4213E

Black with #C4213E

Text Example


Text Example

White with #C4213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4213E; }

 p { color: rgb(196,33,62); }

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

background-color css

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

 a { background-color: rgb(196,33,62); }

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

border-color css

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

 span { border-color: rgb(196,33,62); }

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