Html Css Color HEX #C91B15 Fire Brick

📋 copy color: '#C91B15'

red 201 ◦ green 27 ◦ blue 21

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

Shades of Fire Brick #C91B15

Tints of Fire Brick #C91B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 80.72%
G = 10.84%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91B15 (or 0xC91B15) is known color: Fire Brick. HEX triplet: C9, 1B and 15. RGB value is (201,27,21). Sum of RGB (Red+Green+Blue) = 201+27+21=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B15 is #36E4EA. Grayscale: #4E4E4E. Windows color (decimal): -3597547 or 1383369. OLE color: 1383369.

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

Color convert

RGB 201 27 21 -
CMYK 0 0.87 0.90 0.21
HSL 0.81% 0.44% -
HSV(B) 0.9% 0.79% -
XYZ 24.61 13.26 1.97 -
YUV 78.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 201 27 21 0 0.87 0.90 0.21 2 0.81 0.44
Hex C9 1B 15 0 57 5A 15 2 51 2C
Octal 311 33 25 0 127 132 25 2 121 54
Binary 11001001 11011 10101 0 1010111 1011010 10101 10 1010001 101100

Color Harmonies of #C91B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B15

Black with #C91B15

Text Example


Text Example

White with #C91B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B15; }

 p { color: rgb(201,27,21); }

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

background-color css

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

 a { background-color: rgb(201,27,21); }

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

border-color css

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

 span { border-color: rgb(201,27,21); }

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