Html Css Color HEX #C81F23 Fire Engine Red

📋 copy color: '#C81F23'

red 200 ◦ green 31 ◦ blue 35

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

Shades of Fire Engine Red #C81F23

Tints of Fire Engine Red #C81F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

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

R = 75.19%
G = 11.65%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81F23 (or 0xC81F23) is known color: Fire Engine Red. HEX triplet: C8, 1F and 23. RGB value is (200,31,35). Sum of RGB (Red+Green+Blue) = 200+31+35=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F23 is #37E0DC. Grayscale: #525252. Windows color (decimal): -3662045 or 2301896. OLE color: 2301896.

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

Color convert

RGB 200 31 35 -
CMYK 0 0.84 0.82 0.22
HSL 358.58º 0.73% 0.45% -
HSV(B) 358.58º 0.85% 0.78% -
XYZ 24.61 13.38 2.88 -
YUV 81.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 200 31 35 0 0.84 0.82 0.22 358.58 0.73 0.45
Hex C8 1F 23 0 54 52 16 167 49 2D
Octal 310 37 43 0 124 122 26 547 111 55
Binary 11001000 11111 100011 0 1010100 1010010 10110 101100111 1001001 101101

Color Harmonies of #C81F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F23

Black with #C81F23

Text Example


Text Example

White with #C81F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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