Html Css Color HEX #C4062D Fire Engine Red

📋 copy color: '#C4062D'

red 196 ◦ green 6 ◦ blue 45

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

Shades of Fire Engine Red #C4062D

Tints of Fire Engine Red #C4062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 79.35%
G = 2.43%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4062D (or 0xC4062D) is known color: Fire Engine Red. HEX triplet: C4, 06 and 2D. RGB value is (196,6,45). Sum of RGB (Red+Green+Blue) = 196+6+45=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4062D is #3BF9D2. Grayscale: #434343. Windows color (decimal): -3930579 or 2950852. OLE color: 2950852.

HSL color Cylindrical-coordinate representation of color #C4062D: hue angle of 347.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4062D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 45 -
CMYK 0 0.97 0.77 0.23
HSL 347.68º 0.94% 0.4% -
HSV(B) 347.68º 0.97% 0.77% -
XYZ 23.3 12.06 3.58 -
YUV 67.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 196 6 45 0 0.97 0.77 0.23 347.68 0.94 0.4
Hex C4 6 2D 0 61 4D 17 15C 5E 28
Octal 304 6 55 0 141 115 27 534 136 50
Binary 11000100 110 101101 0 1100001 1001101 10111 101011100 1011110 101000

Color Harmonies of #C4062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4062D

Black with #C4062D

Text Example


Text Example

White with #C4062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4062D; }

 p { color: rgb(196,6,45); }

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

background-color css

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

 a { background-color: rgb(196,6,45); }

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

border-color css

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

 span { border-color: rgb(196,6,45); }

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