Html Css Color HEX #C81327 Fire Engine Red

📋 copy color: '#C81327'

red 200 ◦ green 19 ◦ blue 39

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

Shades of Fire Engine Red #C81327

Tints of Fire Engine Red #C81327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

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

R = 77.52%
G = 7.36%
B = 15.12%

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

#C81327 (or 0xC81327) is known color: Fire Engine Red. HEX triplet: C8, 13 and 27. RGB value is (200,19,39). Sum of RGB (Red+Green+Blue) = 200+19+39=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81327 is #37ECD8. Grayscale: #4B4B4B. Windows color (decimal): -3665113 or 2560968. OLE color: 2560968.

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

Color convert

RGB 200 19 39 -
CMYK 0 0.90 0.80 0.22
HSL 353.37º 0.83% 0.43% -
HSV(B) 353.37º 0.91% 0.78% -
XYZ 24.42 12.89 3.12 -
YUV 75.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 200 19 39 0 0.90 0.80 0.22 353.37 0.83 0.43
Hex C8 13 27 0 5A 50 16 161 53 2B
Octal 310 23 47 0 132 120 26 541 123 53
Binary 11001000 10011 100111 0 1011010 1010000 10110 101100001 1010011 101011

Color Harmonies of #C81327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81327

Black with #C81327

Text Example


Text Example

White with #C81327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81327; }

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

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

background-color css

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

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

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

border-color css

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

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

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