Html Css Color HEX #C61224 Fire Engine Red

📋 copy color: '#C61224'

red 198 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #C61224

Tints of Fire Engine Red #C61224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 78.57%
G = 7.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C61224 (or 0xC61224) is known color: Fire Engine Red. HEX triplet: C6, 12 and 24. RGB value is (198,18,36). Sum of RGB (Red+Green+Blue) = 198+18+36=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C61224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61224 is #39EDDB. Grayscale: #494949. Windows color (decimal): -3796444 or 2364102. OLE color: 2364102.

HSL color Cylindrical-coordinate representation of color #C61224: hue angle of 354º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61224 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 36 -
CMYK 0 0.91 0.82 0.22
HSL 354º 0.83% 0.42% -
HSV(B) 354º 0.91% 0.78% -
XYZ 23.82 12.57 2.84 -
YUV 73.87 106.63 216.54 -
System Red Green Blue C M Y K H S L
Decimal 198 18 36 0 0.91 0.82 0.22 354 0.83 0.42
Hex C6 12 24 0 5B 52 16 162 53 2A
Octal 306 22 44 0 133 122 26 542 123 52
Binary 11000110 10010 100100 0 1011011 1010010 10110 101100010 1010011 101010

Color Harmonies of #C61224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61224

Black with #C61224

Text Example


Text Example

White with #C61224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61224; }

 p { color: rgb(198,18,36); }

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

background-color css

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

 a { background-color: rgb(198,18,36); }

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

border-color css

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

 span { border-color: rgb(198,18,36); }

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