Html Css Color HEX #C81127 Fire Engine Red

📋 copy color: '#C81127'

red 200 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #C81127

Tints of Fire Engine Red #C81127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 78.13%
G = 6.64%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81127 (or 0xC81127) is known color: Fire Engine Red. HEX triplet: C8, 11 and 27. RGB value is (200,17,39). Sum of RGB (Red+Green+Blue) = 200+17+39=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81127 is #37EED8. Grayscale: #4A4A4A. Windows color (decimal): -3665625 or 2560456. OLE color: 2560456.

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

Color convert

RGB 200 17 39 -
CMYK 0 0.92 0.80 0.22
HSL 352.79º 0.84% 0.43% -
HSV(B) 352.79º 0.92% 0.78% -
XYZ 24.39 12.83 3.11 -
YUV 74.23 108.13 217.71 -
System Red Green Blue C M Y K H S L
Decimal 200 17 39 0 0.92 0.80 0.22 352.79 0.84 0.43
Hex C8 11 27 0 5C 50 16 161 54 2B
Octal 310 21 47 0 134 120 26 541 124 53
Binary 11001000 10001 100111 0 1011100 1010000 10110 101100001 1010100 101011

Color Harmonies of #C81127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81127

Black with #C81127

Text Example


Text Example

White with #C81127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81127; }

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

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

background-color css

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

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

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

border-color css

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

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

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