Html Css Color HEX #C51626 Fire Engine Red

📋 copy color: '#C51626'

red 197 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #C51626

Tints of Fire Engine Red #C51626

RGB

 RED value IS 197 (77.34% from 255) = 76.65%

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 76.65%
G = 8.56%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C51626 (or 0xC51626) is known color: Fire Engine Red. HEX triplet: C5, 16 and 26. RGB value is (197,22,38). Sum of RGB (Red+Green+Blue) = 197+22+38=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C51626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51626 is #3AE9D9. Grayscale: #4C4C4C. Windows color (decimal): -3860954 or 2496197. OLE color: 2496197.

HSL color Cylindrical-coordinate representation of color #C51626: hue angle of 354.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51626 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 38 -
CMYK 0 0.89 0.81 0.23
HSL 354.51º 0.8% 0.43% -
HSV(B) 354.51º 0.89% 0.77% -
XYZ 23.66 12.58 3.02 -
YUV 76.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 197 22 38 0 0.89 0.81 0.23 354.51 0.8 0.43
Hex C5 16 26 0 59 51 17 163 50 2B
Octal 305 26 46 0 131 121 27 543 120 53
Binary 11000101 10110 100110 0 1011001 1010001 10111 101100011 1010000 101011

Color Harmonies of #C51626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51626

Black with #C51626

Text Example


Text Example

White with #C51626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51626; }

 p { color: rgb(197,22,38); }

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

background-color css

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

 a { background-color: rgb(197,22,38); }

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

border-color css

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

 span { border-color: rgb(197,22,38); }

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