Html Css Color HEX #C81D23 Fire Engine Red

📋 copy color: '#C81D23'

red 200 ◦ green 29 ◦ blue 35

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

Shades of Fire Engine Red #C81D23

Tints of Fire Engine Red #C81D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

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

R = 75.76%
G = 10.98%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81D23 (or 0xC81D23) is known color: Fire Engine Red. HEX triplet: C8, 1D and 23. RGB value is (200,29,35). Sum of RGB (Red+Green+Blue) = 200+29+35=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D23 is #37E2DC. Grayscale: #505050. Windows color (decimal): -3662557 or 2301384. OLE color: 2301384.

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

Color convert

RGB 200 29 35 -
CMYK 0 0.86 0.82 0.22
HSL 357.89º 0.75% 0.45% -
HSV(B) 357.89º 0.86% 0.78% -
XYZ 24.56 13.28 2.86 -
YUV 80.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 200 29 35 0 0.86 0.82 0.22 357.89 0.75 0.45
Hex C8 1D 23 0 56 52 16 166 4B 2D
Octal 310 35 43 0 126 122 26 546 113 55
Binary 11001000 11101 100011 0 1010110 1010010 10110 101100110 1001011 101101

Color Harmonies of #C81D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D23

Black with #C81D23

Text Example


Text Example

White with #C81D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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