Html Css Color HEX #C2121E Fire Engine Red

📋 copy color: '#C2121E'

red 194 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #C2121E

Tints of Fire Engine Red #C2121E

RGB

 RED value IS 194 (76.17% from 255) = 80.17%

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 80.17%
G = 7.44%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2121E (or 0xC2121E) is known color: Fire Engine Red. HEX triplet: C2, 12 and 1E. RGB value is (194,18,30). Sum of RGB (Red+Green+Blue) = 194+18+30=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121E is #3DEDE1. Grayscale: #484848. Windows color (decimal): -4058594 or 1970882. OLE color: 1970882.

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

Color convert

RGB 194 18 30 -
CMYK 0 0.91 0.85 0.24
HSL 355.91º 0.83% 0.42% -
HSV(B) 355.91º 0.91% 0.76% -
XYZ 22.7 12 2.35 -
YUV 71.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 194 18 30 0 0.91 0.85 0.24 355.91 0.83 0.42
Hex C2 12 1E 0 5B 55 18 164 53 2A
Octal 302 22 36 0 133 125 30 544 123 52
Binary 11000010 10010 11110 0 1011011 1010101 11000 101100100 1010011 101010

Color Harmonies of #C2121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2121E

Black with #C2121E

Text Example


Text Example

White with #C2121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2121E; }

 p { color: rgb(194,18,30); }

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

background-color css

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

 a { background-color: rgb(194,18,30); }

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

border-color css

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

 span { border-color: rgb(194,18,30); }

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