Html Css Color HEX #C4042F Cardinal

📋 copy color: '#C4042F'

red 196 ◦ green 4 ◦ blue 47

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

Shades of Cardinal #C4042F

Tints of Cardinal #C4042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 79.35%
G = 1.62%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4042F (or 0xC4042F) is known color: Cardinal. HEX triplet: C4, 04 and 2F. RGB value is (196,4,47). Sum of RGB (Red+Green+Blue) = 196+4+47=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4042F is #3BFBD0. Grayscale: #424242. Windows color (decimal): -3931089 or 3081412. OLE color: 3081412.

HSL color Cylindrical-coordinate representation of color #C4042F: hue angle of 346.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4042F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 47 -
CMYK 0 0.98 0.76 0.23
HSL 346.56º 0.96% 0.39% -
HSV(B) 346.56º 0.98% 0.77% -
XYZ 23.32 12.03 3.78 -
YUV 66.31 117.11 220.5 -
System Red Green Blue C M Y K H S L
Decimal 196 4 47 0 0.98 0.76 0.23 346.56 0.96 0.39
Hex C4 4 2F 0 62 4C 17 15B 60 27
Octal 304 4 57 0 142 114 27 533 140 47
Binary 11000100 100 101111 0 1100010 1001100 10111 101011011 1100000 100111

Color Harmonies of #C4042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4042F

Black with #C4042F

Text Example


Text Example

White with #C4042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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