Html Css Color HEX #C81323 Fire Engine Red

📋 copy color: '#C81323'

red 200 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #C81323

Tints of Fire Engine Red #C81323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 78.74%
G = 7.48%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81323 (or 0xC81323) is known color: Fire Engine Red. HEX triplet: C8, 13 and 23. RGB value is (200,19,35). Sum of RGB (Red+Green+Blue) = 200+19+35=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C81323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81323 is #37ECDC. Grayscale: #4B4B4B. Windows color (decimal): -3665117 or 2298824. OLE color: 2298824.

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

Color convert

RGB 200 19 35 -
CMYK 0 0.90 0.82 0.22
HSL 354.7º 0.83% 0.43% -
HSV(B) 354.7º 0.91% 0.78% -
XYZ 24.36 12.87 2.79 -
YUV 74.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 200 19 35 0 0.90 0.82 0.22 354.7 0.83 0.43
Hex C8 13 23 0 5A 52 16 163 53 2B
Octal 310 23 43 0 132 122 26 543 123 53
Binary 11001000 10011 100011 0 1011010 1010010 10110 101100011 1010011 101011

Color Harmonies of #C81323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81323

Black with #C81323

Text Example


Text Example

White with #C81323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81323; }

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

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

background-color css

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

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

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

border-color css

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

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

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