Html Css Color HEX #C91818 Fire Brick

📋 copy color: '#C91818'

red 201 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #C91818

Tints of Fire Brick #C91818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 80.72%
G = 9.64%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91818 (or 0xC91818) is known color: Fire Brick. HEX triplet: C9, 18 and 18. RGB value is (201,24,24). Sum of RGB (Red+Green+Blue) = 201+24+24=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91818 is #36E7E7. Grayscale: #4D4D4D. Windows color (decimal): -3598312 or 1579209. OLE color: 1579209.

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

Color convert

RGB 201 24 24 -
CMYK 0 0.88 0.88 0.21
HSL 0.79% 0.44% -
HSV(B) 0.88% 0.79% -
XYZ 24.58 13.14 2.1 -
YUV 76.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 201 24 24 0 0.88 0.88 0.21 0 0.79 0.44
Hex C9 18 18 0 58 58 15 0 4F 2C
Octal 311 30 30 0 130 130 25 0 117 54
Binary 11001001 11000 11000 0 1011000 1011000 10101 0 1001111 101100

Color Harmonies of #C91818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91818

Black with #C91818

Text Example


Text Example

White with #C91818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91818; }

 p { color: rgb(201,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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