Html Css Color HEX #C81721 Fire Engine Red

📋 copy color: '#C81721'

red 200 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #C81721

Tints of Fire Engine Red #C81721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 78.13%
G = 8.98%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C81721 (or 0xC81721) is known color: Fire Engine Red. HEX triplet: C8, 17 and 21. RGB value is (200,23,33). Sum of RGB (Red+Green+Blue) = 200+23+33=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81721 is #37E8DE. Grayscale: #4D4D4D. Windows color (decimal): -3664095 or 2168776. OLE color: 2168776.

HSL color Cylindrical-coordinate representation of color #C81721: hue angle of 356.61º 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 #C81721 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 33 -
CMYK 0 0.88 0.84 0.22
HSL 356.61º 0.79% 0.44% -
HSV(B) 356.61º 0.89% 0.78% -
XYZ 24.4 13 2.66 -
YUV 77.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 200 23 33 0 0.88 0.84 0.22 356.61 0.79 0.44
Hex C8 17 21 0 58 54 16 165 4F 2C
Octal 310 27 41 0 130 124 26 545 117 54
Binary 11001000 10111 100001 0 1011000 1010100 10110 101100101 1001111 101100

Color Harmonies of #C81721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81721

Black with #C81721

Text Example


Text Example

White with #C81721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81721; }

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

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

background-color css

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

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

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

border-color css

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

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

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