Html Css Color HEX #C61221 Fire Engine Red

📋 copy color: '#C61221'

red 198 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #C61221

Tints of Fire Engine Red #C61221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 79.52%
G = 7.23%
B = 13.25%

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

#C61221 (or 0xC61221) is known color: Fire Engine Red. HEX triplet: C6, 12 and 21. RGB value is (198,18,33). Sum of RGB (Red+Green+Blue) = 198+18+33=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C61221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61221 is #39EDDE. Grayscale: #494949. Windows color (decimal): -3796447 or 2167494. OLE color: 2167494.

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

Color convert

RGB 198 18 33 -
CMYK 0 0.91 0.83 0.22
HSL 355º 0.83% 0.42% -
HSV(B) 355º 0.91% 0.78% -
XYZ 23.78 12.55 2.61 -
YUV 73.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 198 18 33 0 0.91 0.83 0.22 355 0.83 0.42
Hex C6 12 21 0 5B 53 16 163 53 2A
Octal 306 22 41 0 133 123 26 543 123 52
Binary 11000110 10010 100001 0 1011011 1010011 10110 101100011 1010011 101010

Color Harmonies of #C61221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61221

Black with #C61221

Text Example


Text Example

White with #C61221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61221; }

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

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

background-color css

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

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

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

border-color css

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

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

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