Html Css Color HEX #C0121F Fire Engine Red

📋 copy color: '#C0121F'

red 192 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #C0121F

Tints of Fire Engine Red #C0121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 79.67%
G = 7.47%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0121F (or 0xC0121F) is known color: Fire Engine Red. HEX triplet: C0, 12 and 1F. RGB value is (192,18,31). Sum of RGB (Red+Green+Blue) = 192+18+31=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0121F is #3FEDE0. Grayscale: #474747. Windows color (decimal): -4189665 or 2036416. OLE color: 2036416.

HSL color Cylindrical-coordinate representation of color #C0121F: hue angle of 355.52º 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 #C0121F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 31 -
CMYK 0 0.91 0.84 0.25
HSL 355.52º 0.83% 0.41% -
HSV(B) 355.52º 0.91% 0.75% -
XYZ 22.2 11.74 2.39 -
YUV 71.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 192 18 31 0 0.91 0.84 0.25 355.52 0.83 0.41
Hex C0 12 1F 0 5B 54 19 164 53 29
Octal 300 22 37 0 133 124 31 544 123 51
Binary 11000000 10010 11111 0 1011011 1010100 11001 101100100 1010011 101001

Color Harmonies of #C0121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0121F

Black with #C0121F

Text Example


Text Example

White with #C0121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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