Html Css Color HEX #C61A1E Fire Engine Red

📋 copy color: '#C61A1E'

red 198 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #C61A1E

Tints of Fire Engine Red #C61A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 77.95%
G = 10.24%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C61A1E (or 0xC61A1E) is known color: Fire Engine Red. HEX triplet: C6, 1A and 1E. RGB value is (198,26,30). Sum of RGB (Red+Green+Blue) = 198+26+30=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A1E is #39E5E1. Grayscale: #4E4E4E. Windows color (decimal): -3794402 or 1972934. OLE color: 1972934.

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

Color convert

RGB 198 26 30 -
CMYK 0 0.87 0.85 0.22
HSL 358.6º 0.77% 0.44% -
HSV(B) 358.6º 0.87% 0.78% -
XYZ 23.89 12.84 2.45 -
YUV 77.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 198 26 30 0 0.87 0.85 0.22 358.6 0.77 0.44
Hex C6 1A 1E 0 57 55 16 167 4D 2C
Octal 306 32 36 0 127 125 26 547 115 54
Binary 11000110 11010 11110 0 1010111 1010101 10110 101100111 1001101 101100

Color Harmonies of #C61A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A1E

Black with #C61A1E

Text Example


Text Example

White with #C61A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A1E; }

 p { color: rgb(198,26,30); }

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

background-color css

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

 a { background-color: rgb(198,26,30); }

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

border-color css

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

 span { border-color: rgb(198,26,30); }

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