Html Css Color HEX #C61F26 Fire Engine Red

📋 copy color: '#C61F26'

red 198 ◦ green 31 ◦ blue 38

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

Shades of Fire Engine Red #C61F26

Tints of Fire Engine Red #C61F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 74.16%
G = 11.61%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C61F26 (or 0xC61F26) is known color: Fire Engine Red. HEX triplet: C6, 1F and 26. RGB value is (198,31,38). Sum of RGB (Red+Green+Blue) = 198+31+38=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61F26 is #39E0D9. Grayscale: #515151. Windows color (decimal): -3793114 or 2498502. OLE color: 2498502.

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

Color convert

RGB 198 31 38 -
CMYK 0 0.84 0.81 0.22
HSL 357.49º 0.73% 0.45% -
HSV(B) 357.49º 0.84% 0.78% -
XYZ 24.13 13.13 3.1 -
YUV 81.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 198 31 38 0 0.84 0.81 0.22 357.49 0.73 0.45
Hex C6 1F 26 0 54 51 16 165 49 2D
Octal 306 37 46 0 124 121 26 545 111 55
Binary 11000110 11111 100110 0 1010100 1010001 10110 101100101 1001001 101101

Color Harmonies of #C61F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F26

Black with #C61F26

Text Example


Text Example

White with #C61F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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