Html Css Color HEX #C2121F Fire Engine Red

📋 copy color: '#C2121F'

red 194 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #C2121F

Tints of Fire Engine Red #C2121F

RGB

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

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

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

R = 79.84%
G = 7.41%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2121F (or 0xC2121F) is known color: Fire Engine Red. HEX triplet: C2, 12 and 1F. RGB value is (194,18,31). Sum of RGB (Red+Green+Blue) = 194+18+31=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2121F is #3DEDE0. Grayscale: #484848. Windows color (decimal): -4058593 or 2036418. OLE color: 2036418.

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

Color convert

RGB 194 18 31 -
CMYK 0 0.91 0.84 0.24
HSL 355.57º 0.83% 0.42% -
HSV(B) 355.57º 0.91% 0.76% -
XYZ 22.71 12 2.42 -
YUV 72.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 194 18 31 0 0.91 0.84 0.24 355.57 0.83 0.42
Hex C2 12 1F 0 5B 54 18 164 53 2A
Octal 302 22 37 0 133 124 30 544 123 52
Binary 11000010 10010 11111 0 1011011 1010100 11000 101100100 1010011 101010

Color Harmonies of #C2121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2121F

Black with #C2121F

Text Example


Text Example

White with #C2121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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