Html Css Color HEX #C61222 Fire Engine Red

📋 copy color: '#C61222'

red 198 ◦ green 18 ◦ blue 34

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

Shades of Fire Engine Red #C61222

Tints of Fire Engine Red #C61222

RGB

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

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

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

R = 79.2%
G = 7.2%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C61222 (or 0xC61222) is known color: Fire Engine Red. HEX triplet: C6, 12 and 22. RGB value is (198,18,34). Sum of RGB (Red+Green+Blue) = 198+18+34=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C61222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61222 is #39EDDD. Grayscale: #494949. Windows color (decimal): -3796446 or 2233030. OLE color: 2233030.

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

Color convert

RGB 198 18 34 -
CMYK 0 0.91 0.83 0.22
HSL 354.67º 0.83% 0.42% -
HSV(B) 354.67º 0.91% 0.78% -
XYZ 23.79 12.55 2.68 -
YUV 73.64 105.63 216.7 -
System Red Green Blue C M Y K H S L
Decimal 198 18 34 0 0.91 0.83 0.22 354.67 0.83 0.42
Hex C6 12 22 0 5B 53 16 163 53 2A
Octal 306 22 42 0 133 123 26 543 123 52
Binary 11000110 10010 100010 0 1011011 1010011 10110 101100011 1010011 101010

Color Harmonies of #C61222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61222

Black with #C61222

Text Example


Text Example

White with #C61222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61222; }

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

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

background-color css

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

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

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

border-color css

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

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

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