Html Css Color HEX #C61B26 Fire Engine Red

📋 copy color: '#C61B26'

red 198 ◦ green 27 ◦ blue 38

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

Shades of Fire Engine Red #C61B26

Tints of Fire Engine Red #C61B26

RGB

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

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

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

R = 75.29%
G = 10.27%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C61B26 (or 0xC61B26) is known color: Fire Engine Red. HEX triplet: C6, 1B and 26. RGB value is (198,27,38). Sum of RGB (Red+Green+Blue) = 198+27+38=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B26 is #39E4D9. Grayscale: #4F4F4F. Windows color (decimal): -3794138 or 2497478. OLE color: 2497478.

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

Color convert

RGB 198 27 38 -
CMYK 0 0.86 0.81 0.22
HSL 356.14º 0.76% 0.44% -
HSV(B) 356.14º 0.86% 0.78% -
XYZ 24.03 12.93 3.06 -
YUV 79.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 198 27 38 0 0.86 0.81 0.22 356.14 0.76 0.44
Hex C6 1B 26 0 56 51 16 164 4C 2C
Octal 306 33 46 0 126 121 26 544 114 54
Binary 11000110 11011 100110 0 1010110 1010001 10110 101100100 1001100 101100

Color Harmonies of #C61B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B26

Black with #C61B26

Text Example


Text Example

White with #C61B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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