Html Css Color HEX #C81A25 Fire Engine Red

📋 copy color: '#C81A25'

red 200 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #C81A25

Tints of Fire Engine Red #C81A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.89%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 76.05%
G = 9.89%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81A25 (or 0xC81A25) is known color: Fire Engine Red. HEX triplet: C8, 1A and 25. RGB value is (200,26,37). Sum of RGB (Red+Green+Blue) = 200+26+37=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A25 is #37E5DA. Grayscale: #4F4F4F. Windows color (decimal): -3663323 or 2431688. OLE color: 2431688.

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

Color convert

RGB 200 26 37 -
CMYK 0 0.87 0.82 0.22
HSL 356.21º 0.77% 0.44% -
HSV(B) 356.21º 0.87% 0.78% -
XYZ 24.52 13.15 3 -
YUV 79.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 200 26 37 0 0.87 0.82 0.22 356.21 0.77 0.44
Hex C8 1A 25 0 57 52 16 164 4D 2C
Octal 310 32 45 0 127 122 26 544 115 54
Binary 11001000 11010 100101 0 1010111 1010010 10110 101100100 1001101 101100

Color Harmonies of #C81A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A25

Black with #C81A25

Text Example


Text Example

White with #C81A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A25; }

 p { color: rgb(200,26,37); }

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

background-color css

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

 a { background-color: rgb(200,26,37); }

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

border-color css

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

 span { border-color: rgb(200,26,37); }

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