Html Css Color HEX #C91714 Fire Brick

📋 copy color: '#C91714'

red 201 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #C91714

Tints of Fire Brick #C91714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 82.38%
G = 9.43%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91714 (or 0xC91714) is known color: Fire Brick. HEX triplet: C9, 17 and 14. RGB value is (201,23,20). Sum of RGB (Red+Green+Blue) = 201+23+20=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C91714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91714 is #36E8EB. Grayscale: #4C4C4C. Windows color (decimal): -3598572 or 1316809. OLE color: 1316809.

HSL color Cylindrical-coordinate representation of color #C91714: hue angle of 0.99º 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 #C91714 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 20 -
CMYK 0 0.89 0.90 0.21
HSL 0.99º 0.82% 0.43% -
HSV(B) 0.99º 0.9% 0.79% -
XYZ 24.52 13.08 1.89 -
YUV 75.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 201 23 20 0 0.89 0.90 0.21 0.99 0.82 0.43
Hex C9 17 14 0 59 5A 15 1 52 2B
Octal 311 27 24 0 131 132 25 1 122 53
Binary 11001001 10111 10100 0 1011001 1011010 10101 1 1010010 101011

Color Harmonies of #C91714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91714

Black with #C91714

Text Example


Text Example

White with #C91714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91714; }

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

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

background-color css

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

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

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

border-color css

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

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

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