Html Css Color HEX #C81725 Fire Engine Red

📋 copy color: '#C81725'

red 200 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #C81725

Tints of Fire Engine Red #C81725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

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

R = 76.92%
G = 8.85%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C81725 (or 0xC81725) is known color: Fire Engine Red. HEX triplet: C8, 17 and 25. RGB value is (200,23,37). Sum of RGB (Red+Green+Blue) = 200+23+37=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81725 is #37E8DA. Grayscale: #4D4D4D. Windows color (decimal): -3664091 or 2430920. OLE color: 2430920.

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

Color convert

RGB 200 23 37 -
CMYK 0 0.88 0.82 0.22
HSL 355.25º 0.79% 0.44% -
HSV(B) 355.25º 0.89% 0.78% -
XYZ 24.46 13.03 2.98 -
YUV 77.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 200 23 37 0 0.88 0.82 0.22 355.25 0.79 0.44
Hex C8 17 25 0 58 52 16 163 4F 2C
Octal 310 27 45 0 130 122 26 543 117 54
Binary 11001000 10111 100101 0 1011000 1010010 10110 101100011 1001111 101100

Color Harmonies of #C81725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81725

Black with #C81725

Text Example


Text Example

White with #C81725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81725; }

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

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

background-color css

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

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

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

border-color css

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

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

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