Html Css Color HEX #C21F27 Fire Engine Red

📋 copy color: '#C21F27'

red 194 ◦ green 31 ◦ blue 39

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

Shades of Fire Engine Red #C21F27

Tints of Fire Engine Red #C21F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 73.48%
G = 11.74%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21F27 (or 0xC21F27) is known color: Fire Engine Red. HEX triplet: C2, 1F and 27. RGB value is (194,31,39). Sum of RGB (Red+Green+Blue) = 194+31+39=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F27 is #3DE0D8. Grayscale: #505050. Windows color (decimal): -4055257 or 2564034. OLE color: 2564034.

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

Color convert

RGB 194 31 39 -
CMYK 0 0.84 0.80 0.24
HSL 357.06º 0.72% 0.44% -
HSV(B) 357.06º 0.84% 0.76% -
XYZ 23.1 12.6 3.13 -
YUV 80.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 194 31 39 0 0.84 0.80 0.24 357.06 0.72 0.44
Hex C2 1F 27 0 54 50 18 165 48 2C
Octal 302 37 47 0 124 120 30 545 110 54
Binary 11000010 11111 100111 0 1010100 1010000 11000 101100101 1001000 101100

Color Harmonies of #C21F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F27

Black with #C21F27

Text Example


Text Example

White with #C21F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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