Html Css Color HEX #C4242B Cardinal

📋 copy color: '#C4242B'

red 196 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #C4242B

Tints of Cardinal #C4242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 71.27%
G = 13.09%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4242B (or 0xC4242B) is known color: Cardinal. HEX triplet: C4, 24 and 2B. RGB value is (196,36,43). Sum of RGB (Red+Green+Blue) = 196+36+43=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4242B is #3BDBD4. Grayscale: #545454. Windows color (decimal): -3922901 or 2827460. OLE color: 2827460.

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

Color convert

RGB 196 36 43 -
CMYK 0 0.82 0.78 0.23
HSL 357.38º 0.69% 0.45% -
HSV(B) 357.38º 0.82% 0.77% -
XYZ 23.83 13.17 3.57 -
YUV 84.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 196 36 43 0 0.82 0.78 0.23 357.38 0.69 0.45
Hex C4 24 2B 0 52 4E 17 165 45 2D
Octal 304 44 53 0 122 116 27 545 105 55
Binary 11000100 100100 101011 0 1010010 1001110 10111 101100101 1000101 101101

Color Harmonies of #C4242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4242B

Black with #C4242B

Text Example


Text Example

White with #C4242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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