Html Css Color HEX #C80B25 Fire Engine Red

📋 copy color: '#C80B25'

red 200 ◦ green 11 ◦ blue 37

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

Shades of Fire Engine Red #C80B25

Tints of Fire Engine Red #C80B25

RGB

 RED value IS 200 (78.52% from 255) = 80.65%

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 80.65%
G = 4.44%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80B25 (or 0xC80B25) is known color: Fire Engine Red. HEX triplet: C8, 0B and 25. RGB value is (200,11,37). Sum of RGB (Red+Green+Blue) = 200+11+37=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B25 is #37F4DA. Grayscale: #464646. Windows color (decimal): -3667163 or 2427848. OLE color: 2427848.

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

Color convert

RGB 200 11 37 -
CMYK 0 0.94 0.82 0.22
HSL 351.75º 0.9% 0.41% -
HSV(B) 351.75º 0.95% 0.78% -
XYZ 24.27 12.65 2.91 -
YUV 70.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 200 11 37 0 0.94 0.82 0.22 351.75 0.9 0.41
Hex C8 B 25 0 5E 52 16 160 5A 29
Octal 310 13 45 0 136 122 26 540 132 51
Binary 11001000 1011 100101 0 1011110 1010010 10110 101100000 1011010 101001

Color Harmonies of #C80B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B25

Black with #C80B25

Text Example


Text Example

White with #C80B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B25; }

 p { color: rgb(200,11,37); }

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

background-color css

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

 a { background-color: rgb(200,11,37); }

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

border-color css

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

 span { border-color: rgb(200,11,37); }

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