Html Css Color HEX #C51E2B Fire Engine Red

📋 copy color: '#C51E2B'

red 197 ◦ green 30 ◦ blue 43

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

Shades of Fire Engine Red #C51E2B

Tints of Fire Engine Red #C51E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 72.96%
G = 11.11%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C51E2B (or 0xC51E2B) is known color: Fire Engine Red. HEX triplet: C5, 1E and 2B. RGB value is (197,30,43). Sum of RGB (Red+Green+Blue) = 197+30+43=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E2B is #3AE1D4. Grayscale: #515151. Windows color (decimal): -3858901 or 2825925. OLE color: 2825925.

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

Color convert

RGB 197 30 43 -
CMYK 0 0.85 0.78 0.23
HSL 355.33º 0.74% 0.45% -
HSV(B) 355.33º 0.85% 0.77% -
XYZ 23.93 12.97 3.53 -
YUV 81.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 197 30 43 0 0.85 0.78 0.23 355.33 0.74 0.45
Hex C5 1E 2B 0 55 4E 17 163 4A 2D
Octal 305 36 53 0 125 116 27 543 112 55
Binary 11000101 11110 101011 0 1010101 1001110 10111 101100011 1001010 101101

Color Harmonies of #C51E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E2B

Black with #C51E2B

Text Example


Text Example

White with #C51E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E2B; }

 p { color: rgb(197,30,43); }

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

background-color css

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

 a { background-color: rgb(197,30,43); }

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

border-color css

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

 span { border-color: rgb(197,30,43); }

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