Html Css Color HEX #C81527 Fire Engine Red

📋 copy color: '#C81527'

red 200 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #C81527

Tints of Fire Engine Red #C81527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 76.92%
G = 8.08%
B = 15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81527 (or 0xC81527) is known color: Fire Engine Red. HEX triplet: C8, 15 and 27. RGB value is (200,21,39). Sum of RGB (Red+Green+Blue) = 200+21+39=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81527 is #37EAD8. Grayscale: #4C4C4C. Windows color (decimal): -3664601 or 2561480. OLE color: 2561480.

HSL color Cylindrical-coordinate representation of color #C81527: hue angle of 353.97º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81527 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 39 -
CMYK 0 0.90 0.80 0.22
HSL 353.97º 0.81% 0.43% -
HSV(B) 353.97º 0.9% 0.78% -
XYZ 24.45 12.96 3.13 -
YUV 76.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 200 21 39 0 0.90 0.80 0.22 353.97 0.81 0.43
Hex C8 15 27 0 5A 50 16 162 51 2B
Octal 310 25 47 0 132 120 26 542 121 53
Binary 11001000 10101 100111 0 1011010 1010000 10110 101100010 1010001 101011

Color Harmonies of #C81527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81527

Black with #C81527

Text Example


Text Example

White with #C81527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81527; }

 p { color: rgb(200,21,39); }

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

background-color css

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

 a { background-color: rgb(200,21,39); }

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

border-color css

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

 span { border-color: rgb(200,21,39); }

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