Html Css Color HEX #C4213C Cardinal

📋 copy color: '#C4213C'

red 196 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #C4213C

Tints of Cardinal #C4213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 67.82%
G = 11.42%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4213C (or 0xC4213C) is known color: Cardinal. HEX triplet: C4, 21 and 3C. RGB value is (196,33,60). Sum of RGB (Red+Green+Blue) = 196+33+60=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4213C is #3BDEC3. Grayscale: #545454. Windows color (decimal): -3923652 or 3940804. OLE color: 3940804.

HSL color Cylindrical-coordinate representation of color #C4213C: hue angle of 350.06º 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 #C4213C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 60 -
CMYK 0 0.83 0.69 0.23
HSL 350.06º 0.71% 0.45% -
HSV(B) 350.06º 0.83% 0.77% -
XYZ 24.12 13.15 5.54 -
YUV 84.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 196 33 60 0 0.83 0.69 0.23 350.06 0.71 0.45
Hex C4 21 3C 0 53 45 17 15E 47 2D
Octal 304 41 74 0 123 105 27 536 107 55
Binary 11000100 100001 111100 0 1010011 1000101 10111 101011110 1000111 101101

Color Harmonies of #C4213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4213C

Black with #C4213C

Text Example


Text Example

White with #C4213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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