Html Css Color HEX #C81023 Fire Engine Red

📋 copy color: '#C81023'

red 200 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #C81023

Tints of Fire Engine Red #C81023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 79.68%
G = 6.37%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81023 (or 0xC81023) is known color: Fire Engine Red. HEX triplet: C8, 10 and 23. RGB value is (200,16,35). Sum of RGB (Red+Green+Blue) = 200+16+35=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C81023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81023 is #37EFDC. Grayscale: #494949. Windows color (decimal): -3665885 or 2298056. OLE color: 2298056.

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

Color convert

RGB 200 16 35 -
CMYK 0 0.92 0.82 0.22
HSL 353.8º 0.85% 0.42% -
HSV(B) 353.8º 0.92% 0.78% -
XYZ 24.31 12.77 2.77 -
YUV 73.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 200 16 35 0 0.92 0.82 0.22 353.8 0.85 0.42
Hex C8 10 23 0 5C 52 16 162 55 2A
Octal 310 20 43 0 134 122 26 542 125 52
Binary 11001000 10000 100011 0 1011100 1010010 10110 101100010 1010101 101010

Color Harmonies of #C81023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81023

Black with #C81023

Text Example


Text Example

White with #C81023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81023; }

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

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

background-color css

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

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

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

border-color css

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

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

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