Html Css Color HEX #C61B24 Fire Engine Red

📋 copy color: '#C61B24'

red 198 ◦ green 27 ◦ blue 36

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

Shades of Fire Engine Red #C61B24

Tints of Fire Engine Red #C61B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 75.86%
G = 10.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C61B24 (or 0xC61B24) is known color: Fire Engine Red. HEX triplet: C6, 1B and 24. RGB value is (198,27,36). Sum of RGB (Red+Green+Blue) = 198+27+36=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B24 is #39E4DB. Grayscale: #4F4F4F. Windows color (decimal): -3794140 or 2366406. OLE color: 2366406.

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

Color convert

RGB 198 27 36 -
CMYK 0 0.86 0.82 0.22
HSL 356.84º 0.76% 0.44% -
HSV(B) 356.84º 0.86% 0.78% -
XYZ 24 12.92 2.9 -
YUV 79.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 198 27 36 0 0.86 0.82 0.22 356.84 0.76 0.44
Hex C6 1B 24 0 56 52 16 165 4C 2C
Octal 306 33 44 0 126 122 26 545 114 54
Binary 11000110 11011 100100 0 1010110 1010010 10110 101100101 1001100 101100

Color Harmonies of #C61B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B24

Black with #C61B24

Text Example


Text Example

White with #C61B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B24; }

 p { color: rgb(198,27,36); }

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

background-color css

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

 a { background-color: rgb(198,27,36); }

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

border-color css

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

 span { border-color: rgb(198,27,36); }

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