Html Css Color HEX #C21827 Fire Engine Red

📋 copy color: '#C21827'

red 194 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #C21827

Tints of Fire Engine Red #C21827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

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

R = 75.49%
G = 9.34%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21827 (or 0xC21827) is known color: Fire Engine Red. HEX triplet: C2, 18 and 27. RGB value is (194,24,39). Sum of RGB (Red+Green+Blue) = 194+24+39=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21827 is #3DE7D8. Grayscale: #4C4C4C. Windows color (decimal): -4057049 or 2562242. OLE color: 2562242.

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

Color convert

RGB 194 24 39 -
CMYK 0 0.88 0.80 0.24
HSL 354.71º 0.78% 0.43% -
HSV(B) 354.71º 0.88% 0.76% -
XYZ 22.94 12.27 3.08 -
YUV 76.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 194 24 39 0 0.88 0.80 0.24 354.71 0.78 0.43
Hex C2 18 27 0 58 50 18 163 4E 2B
Octal 302 30 47 0 130 120 30 543 116 53
Binary 11000010 11000 100111 0 1011000 1010000 11000 101100011 1001110 101011

Color Harmonies of #C21827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21827

Black with #C21827

Text Example


Text Example

White with #C21827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21827; }

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

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

background-color css

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

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

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

border-color css

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

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

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