Html Css Color HEX #C4212E Cardinal

📋 copy color: '#C4212E'

red 196 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #C4212E

Tints of Cardinal #C4212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 71.27%
G = 12%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4212E (or 0xC4212E) is known color: Cardinal. HEX triplet: C4, 21 and 2E. RGB value is (196,33,46). Sum of RGB (Red+Green+Blue) = 196+33+46=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4212E is #3BDED1. Grayscale: #535353. Windows color (decimal): -3923666 or 3023300. OLE color: 3023300.

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

Color convert

RGB 196 33 46 -
CMYK 0 0.83 0.77 0.23
HSL 355.21º 0.71% 0.45% -
HSV(B) 355.21º 0.83% 0.77% -
XYZ 23.8 13.02 3.84 -
YUV 83.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 196 33 46 0 0.83 0.77 0.23 355.21 0.71 0.45
Hex C4 21 2E 0 53 4D 17 163 47 2D
Octal 304 41 56 0 123 115 27 543 107 55
Binary 11000100 100001 101110 0 1010011 1001101 10111 101100011 1000111 101101

Color Harmonies of #C4212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4212E

Black with #C4212E

Text Example


Text Example

White with #C4212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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