Html Css Color HEX #C81728 Fire Engine Red

📋 copy color: '#C81728'

red 200 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #C81728

Tints of Fire Engine Red #C81728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 76.05%
G = 8.75%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C81728 (or 0xC81728) is known color: Fire Engine Red. HEX triplet: C8, 17 and 28. RGB value is (200,23,40). Sum of RGB (Red+Green+Blue) = 200+23+40=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C81728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81728 is #37E8D7. Grayscale: #4D4D4D. Windows color (decimal): -3664088 or 2627528. OLE color: 2627528.

HSL color Cylindrical-coordinate representation of color #C81728: hue angle of 354.24º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81728 is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 40 -
CMYK 0 0.88 0.8 0.22
HSL 354.24º 0.79% 0.44% -
HSV(B) 354.24º 0.89% 0.78% -
XYZ 24.51 13.05 3.23 -
YUV 77.86 106.64 215.12 -
System Red Green Blue C M Y K H S L
Decimal 200 23 40 0 0.88 0.8 0.22 354.24 0.79 0.44
Hex C8 17 28 0 58 50 16 162 4F 2C
Octal 310 27 50 0 130 120 26 542 117 54
Binary 11001000 10111 101000 0 1011000 1010000 10110 101100010 1001111 101100

Color Harmonies of #C81728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81728

Black with #C81728

Text Example


Text Example

White with #C81728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81728; }

 p { color: rgb(200,23,40); }

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

background-color css

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

 a { background-color: rgb(200,23,40); }

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

border-color css

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

 span { border-color: rgb(200,23,40); }

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