Html Css Color HEX #C61F28 Fire Engine Red

📋 copy color: '#C61F28'

red 198 ◦ green 31 ◦ blue 40

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

Shades of Fire Engine Red #C61F28

Tints of Fire Engine Red #C61F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 73.61%
G = 11.52%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C61F28 (or 0xC61F28) is known color: Fire Engine Red. HEX triplet: C6, 1F and 28. RGB value is (198,31,40). Sum of RGB (Red+Green+Blue) = 198+31+40=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61F28 is #39E0D7. Grayscale: #525252. Windows color (decimal): -3793112 or 2629574. OLE color: 2629574.

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

Color convert

RGB 198 31 40 -
CMYK 0 0.84 0.80 0.22
HSL 356.77º 0.73% 0.45% -
HSV(B) 356.77º 0.84% 0.78% -
XYZ 24.16 13.14 3.27 -
YUV 81.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 198 31 40 0 0.84 0.80 0.22 356.77 0.73 0.45
Hex C6 1F 28 0 54 50 16 165 49 2D
Octal 306 37 50 0 124 120 26 545 111 55
Binary 11000110 11111 101000 0 1010100 1010000 10110 101100101 1001001 101101

Color Harmonies of #C61F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F28

Black with #C61F28

Text Example


Text Example

White with #C61F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F28; }

 p { color: rgb(198,31,40); }

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

background-color css

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

 a { background-color: rgb(198,31,40); }

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

border-color css

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

 span { border-color: rgb(198,31,40); }

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