Html Css Color HEX #C4242E Cardinal

📋 copy color: '#C4242E'

red 196 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #C4242E

Tints of Cardinal #C4242E

RGB

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

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

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

R = 70.5%
G = 12.95%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4242E (or 0xC4242E) is known color: Cardinal. HEX triplet: C4, 24 and 2E. RGB value is (196,36,46). Sum of RGB (Red+Green+Blue) = 196+36+46=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4242E is #3BDBD1. Grayscale: #555555. Windows color (decimal): -3922898 or 3024068. OLE color: 3024068.

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

Color convert

RGB 196 36 46 -
CMYK 0 0.82 0.77 0.23
HSL 356.25º 0.69% 0.45% -
HSV(B) 356.25º 0.82% 0.77% -
XYZ 23.89 13.19 3.87 -
YUV 84.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 196 36 46 0 0.82 0.77 0.23 356.25 0.69 0.45
Hex C4 24 2E 0 52 4D 17 164 45 2D
Octal 304 44 56 0 122 115 27 544 105 55
Binary 11000100 100100 101110 0 1010010 1001101 10111 101100100 1000101 101101

Color Harmonies of #C4242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4242E

Black with #C4242E

Text Example


Text Example

White with #C4242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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