Html Css Color HEX #C61827 Fire Engine Red

📋 copy color: '#C61827'

red 198 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #C61827

Tints of Fire Engine Red #C61827

RGB

 RED value IS 198 (77.73% from 255) = 75.86%

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

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

R = 75.86%
G = 9.2%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C61827 (or 0xC61827) is known color: Fire Engine Red. HEX triplet: C6, 18 and 27. RGB value is (198,24,39). Sum of RGB (Red+Green+Blue) = 198+24+39=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C61827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61827 is #39E7D8. Grayscale: #4D4D4D. Windows color (decimal): -3794905 or 2562246. OLE color: 2562246.

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

Color convert

RGB 198 24 39 -
CMYK 0 0.88 0.80 0.22
HSL 354.83º 0.78% 0.44% -
HSV(B) 354.83º 0.88% 0.78% -
XYZ 23.98 12.81 3.13 -
YUV 77.74 106.15 213.78 -
System Red Green Blue C M Y K H S L
Decimal 198 24 39 0 0.88 0.80 0.22 354.83 0.78 0.44
Hex C6 18 27 0 58 50 16 163 4E 2C
Octal 306 30 47 0 130 120 26 543 116 54
Binary 11000110 11000 100111 0 1011000 1010000 10110 101100011 1001110 101100

Color Harmonies of #C61827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61827

Black with #C61827

Text Example


Text Example

White with #C61827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61827; }

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

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

background-color css

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

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

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

border-color css

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

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

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