Html Css Color HEX #C91C1B Fire Brick

📋 copy color: '#C91C1B'

red 201 ◦ green 28 ◦ blue 27

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

Shades of Fire Brick #C91C1B

Tints of Fire Brick #C91C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 78.52%
G = 10.94%
B = 10.55%

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

#C91C1B (or 0xC91C1B) is known color: Fire Brick. HEX triplet: C9, 1C and 1B. RGB value is (201,28,27). Sum of RGB (Red+Green+Blue) = 201+28+27=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91C1B is #36E3E4. Grayscale: #4F4F4F. Windows color (decimal): -3597285 or 1776841. OLE color: 1776841.

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

Color convert

RGB 201 28 27 -
CMYK 0 0.86 0.87 0.21
HSL 0.34º 0.76% 0.45% -
HSV(B) 0.34º 0.87% 0.79% -
XYZ 24.7 13.33 2.31 -
YUV 79.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 201 28 27 0 0.86 0.87 0.21 0.34 0.76 0.45
Hex C9 1C 1B 0 56 57 15 0 4C 2D
Octal 311 34 33 0 126 127 25 0 114 55
Binary 11001001 11100 11011 0 1010110 1010111 10101 0 1001100 101101

Color Harmonies of #C91C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C1B

Black with #C91C1B

Text Example


Text Example

White with #C91C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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