Html Css Color HEX #C0121D Fire Engine Red

📋 copy color: '#C0121D'

red 192 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #C0121D

Tints of Fire Engine Red #C0121D

RGB

 RED value IS 192 (75.39% from 255) = 80.33%

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 80.33%
G = 7.53%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0121D (or 0xC0121D) is known color: Fire Engine Red. HEX triplet: C0, 12 and 1D. RGB value is (192,18,29). Sum of RGB (Red+Green+Blue) = 192+18+29=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0121D is #3FEDE2. Grayscale: #474747. Windows color (decimal): -4189667 or 1905344. OLE color: 1905344.

HSL color Cylindrical-coordinate representation of color #C0121D: hue angle of 356.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 29 -
CMYK 0 0.91 0.85 0.25
HSL 356.21º 0.83% 0.41% -
HSV(B) 356.21º 0.91% 0.75% -
XYZ 22.18 11.73 2.26 -
YUV 71.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 192 18 29 0 0.91 0.85 0.25 356.21 0.83 0.41
Hex C0 12 1D 0 5B 55 19 164 53 29
Octal 300 22 35 0 133 125 31 544 123 51
Binary 11000000 10010 11101 0 1011011 1010101 11001 101100100 1010011 101001

Color Harmonies of #C0121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0121D

Black with #C0121D

Text Example


Text Example

White with #C0121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0121D; }

 p { color: rgb(192,18,29); }

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

background-color css

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

 a { background-color: rgb(192,18,29); }

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

border-color css

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

 span { border-color: rgb(192,18,29); }

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