Html Css Color HEX #C61822 Fire Engine Red

📋 copy color: '#C61822'

red 198 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #C61822

Tints of Fire Engine Red #C61822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 77.34%
G = 9.38%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C61822 (or 0xC61822) is known color: Fire Engine Red. HEX triplet: C6, 18 and 22. RGB value is (198,24,34). Sum of RGB (Red+Green+Blue) = 198+24+34=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C61822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61822 is #39E7DD. Grayscale: #4D4D4D. Windows color (decimal): -3794910 or 2234566. OLE color: 2234566.

HSL color Cylindrical-coordinate representation of color #C61822: hue angle of 356.55º 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 #C61822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 34 -
CMYK 0 0.88 0.83 0.22
HSL 356.55º 0.78% 0.44% -
HSV(B) 356.55º 0.88% 0.78% -
XYZ 23.9 12.77 2.72 -
YUV 77.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 198 24 34 0 0.88 0.83 0.22 356.55 0.78 0.44
Hex C6 18 22 0 58 53 16 165 4E 2C
Octal 306 30 42 0 130 123 26 545 116 54
Binary 11000110 11000 100010 0 1011000 1010011 10110 101100101 1001110 101100

Color Harmonies of #C61822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61822

Black with #C61822

Text Example


Text Example

White with #C61822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61822; }

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

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

background-color css

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

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

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

border-color css

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

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

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