Html Css Color HEX #C91D1B Fire Brick

📋 copy color: '#C91D1B'

red 201 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #C91D1B

Tints of Fire Brick #C91D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 78.21%
G = 11.28%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C91D1B (or 0xC91D1B) is known color: Fire Brick. HEX triplet: C9, 1D and 1B. RGB value is (201,29,27). Sum of RGB (Red+Green+Blue) = 201+29+27=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91D1B is #36E2E4. Grayscale: #505050. Windows color (decimal): -3597029 or 1777097. OLE color: 1777097.

HSL color Cylindrical-coordinate representation of color #C91D1B: hue angle of 0.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91D1B is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 29 27 -
CMYK 0 0.86 0.87 0.21
HSL 0.69º 0.76% 0.45% -
HSV(B) 0.69º 0.87% 0.79% -
XYZ 24.72 13.38 2.32 -
YUV 80.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 201 29 27 0 0.86 0.87 0.21 0.69 0.76 0.45
Hex C9 1D 1B 0 56 57 15 1 4C 2D
Octal 311 35 33 0 126 127 25 1 114 55
Binary 11001001 11101 11011 0 1010110 1010111 10101 1 1001100 101101

Color Harmonies of #C91D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D1B

Black with #C91D1B

Text Example


Text Example

White with #C91D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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