Html Css Color HEX #C4242F Cardinal

📋 copy color: '#C4242F'

red 196 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #C4242F

Tints of Cardinal #C4242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 70.25%
G = 12.9%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4242F (or 0xC4242F) is known color: Cardinal. HEX triplet: C4, 24 and 2F. RGB value is (196,36,47). Sum of RGB (Red+Green+Blue) = 196+36+47=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4242F is #3BDBD0. Grayscale: #555555. Windows color (decimal): -3922897 or 3089604. OLE color: 3089604.

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

Color convert

RGB 196 36 47 -
CMYK 0 0.82 0.76 0.23
HSL 355.88º 0.69% 0.45% -
HSV(B) 355.88º 0.82% 0.77% -
XYZ 23.91 13.2 3.98 -
YUV 85.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 196 36 47 0 0.82 0.76 0.23 355.88 0.69 0.45
Hex C4 24 2F 0 52 4C 17 164 45 2D
Octal 304 44 57 0 122 114 27 544 105 55
Binary 11000100 100100 101111 0 1010010 1001100 10111 101100100 1000101 101101

Color Harmonies of #C4242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4242F

Black with #C4242F

Text Example


Text Example

White with #C4242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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