Html Css Color HEX #C91425 Fire Engine Red

📋 copy color: '#C91425'

red 201 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #C91425

Tints of Fire Engine Red #C91425

RGB

 RED value IS 201 (78.91% from 255) = 77.91%

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 77.91%
G = 7.75%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C91425 (or 0xC91425) is known color: Fire Engine Red. HEX triplet: C9, 14 and 25. RGB value is (201,20,37). Sum of RGB (Red+Green+Blue) = 201+20+37=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91425 is #36EBDA. Grayscale: #4C4C4C. Windows color (decimal): -3599323 or 2430153. OLE color: 2430153.

HSL color Cylindrical-coordinate representation of color #C91425: hue angle of 354.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91425 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 37 -
CMYK 0 0.90 0.82 0.21
HSL 354.36º 0.82% 0.43% -
HSV(B) 354.36º 0.9% 0.79% -
XYZ 24.67 13.05 2.97 -
YUV 76.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 201 20 37 0 0.90 0.82 0.21 354.36 0.82 0.43
Hex C9 14 25 0 5A 52 15 162 52 2B
Octal 311 24 45 0 132 122 25 542 122 53
Binary 11001001 10100 100101 0 1011010 1010010 10101 101100010 1010010 101011

Color Harmonies of #C91425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91425

Black with #C91425

Text Example


Text Example

White with #C91425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91425; }

 p { color: rgb(201,20,37); }

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

background-color css

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

 a { background-color: rgb(201,20,37); }

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

border-color css

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

 span { border-color: rgb(201,20,37); }

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