Html Css Color HEX #C4243E Cardinal

📋 copy color: '#C4243E'

red 196 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #C4243E

Tints of Cardinal #C4243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 66.67%
G = 12.24%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4243E (or 0xC4243E) is known color: Cardinal. HEX triplet: C4, 24 and 3E. RGB value is (196,36,62). Sum of RGB (Red+Green+Blue) = 196+36+62=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4243E is #3BDBC1. Grayscale: #565656. Windows color (decimal): -3922882 or 4072644. OLE color: 4072644.

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

Color convert

RGB 196 36 62 -
CMYK 0 0.82 0.68 0.23
HSL 350.25º 0.69% 0.45% -
HSV(B) 350.25º 0.82% 0.77% -
XYZ 24.27 13.35 5.85 -
YUV 86.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 196 36 62 0 0.82 0.68 0.23 350.25 0.69 0.45
Hex C4 24 3E 0 52 44 17 15E 45 2D
Octal 304 44 76 0 122 104 27 536 105 55
Binary 11000100 100100 111110 0 1010010 1000100 10111 101011110 1000101 101101

Color Harmonies of #C4243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4243E

Black with #C4243E

Text Example


Text Example

White with #C4243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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