Html Css Color HEX #C61D1F Fire Engine Red

📋 copy color: '#C61D1F'

red 198 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #C61D1F

Tints of Fire Engine Red #C61D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 76.74%
G = 11.24%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C61D1F (or 0xC61D1F) is known color: Fire Engine Red. HEX triplet: C6, 1D and 1F. RGB value is (198,29,31). Sum of RGB (Red+Green+Blue) = 198+29+31=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D1F is #39E2E0. Grayscale: #4F4F4F. Windows color (decimal): -3793633 or 2039238. OLE color: 2039238.

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

Color convert

RGB 198 29 31 -
CMYK 0 0.85 0.84 0.22
HSL 359.29º 0.74% 0.45% -
HSV(B) 359.29º 0.85% 0.78% -
XYZ 23.98 12.98 2.54 -
YUV 79.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 198 29 31 0 0.85 0.84 0.22 359.29 0.74 0.45
Hex C6 1D 1F 0 55 54 16 167 4A 2D
Octal 306 35 37 0 125 124 26 547 112 55
Binary 11000110 11101 11111 0 1010101 1010100 10110 101100111 1001010 101101

Color Harmonies of #C61D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D1F

Black with #C61D1F

Text Example


Text Example

White with #C61D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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