Html Css Color HEX #C2101F Fire Engine Red

📋 copy color: '#C2101F'

red 194 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #C2101F

Tints of Fire Engine Red #C2101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 80.5%
G = 6.64%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2101F (or 0xC2101F) is known color: Fire Engine Red. HEX triplet: C2, 10 and 1F. RGB value is (194,16,31). Sum of RGB (Red+Green+Blue) = 194+16+31=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2101F is #3DEFE0. Grayscale: #474747. Windows color (decimal): -4059105 or 2035906. OLE color: 2035906.

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

Color convert

RGB 194 16 31 -
CMYK 0 0.92 0.84 0.24
HSL 354.94º 0.85% 0.41% -
HSV(B) 354.94º 0.92% 0.76% -
XYZ 22.68 11.94 2.41 -
YUV 70.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 194 16 31 0 0.92 0.84 0.24 354.94 0.85 0.41
Hex C2 10 1F 0 5C 54 18 163 55 29
Octal 302 20 37 0 134 124 30 543 125 51
Binary 11000010 10000 11111 0 1011100 1010100 11000 101100011 1010101 101001

Color Harmonies of #C2101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2101F

Black with #C2101F

Text Example


Text Example

White with #C2101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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