Html Css Color HEX #C0291D Fire Brick

📋 copy color: '#C0291D'

red 192 ◦ green 41 ◦ blue 29

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

Shades of Fire Brick #C0291D

Tints of Fire Brick #C0291D

RGB

 RED value IS 192 (75.39% from 255) = 73.28%

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 73.28%
G = 15.65%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0291D (or 0xC0291D) is known color: Fire Brick. HEX triplet: C0, 29 and 1D. RGB value is (192,41,29). Sum of RGB (Red+Green+Blue) = 192+41+29=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0291D is #3FD6E2. Grayscale: #545454. Windows color (decimal): -4183779 or 1911232. OLE color: 1911232.

HSL color Cylindrical-coordinate representation of color #C0291D: hue angle of 4.42º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0291D is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 41 29 -
CMYK 0 0.79 0.85 0.25
HSL 4.42º 0.74% 0.43% -
HSV(B) 4.42º 0.85% 0.75% -
XYZ 22.75 12.88 2.45 -
YUV 84.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 192 41 29 0 0.79 0.85 0.25 4.42 0.74 0.43
Hex C0 29 1D 0 4F 55 19 4 4A 2B
Octal 300 51 35 0 117 125 31 4 112 53
Binary 11000000 101001 11101 0 1001111 1010101 11001 100 1001010 101011

Color Harmonies of #C0291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0291D

Black with #C0291D

Text Example


Text Example

White with #C0291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0291D; }

 p { color: rgb(192,41,29); }

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

background-color css

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

 a { background-color: rgb(192,41,29); }

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

border-color css

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

 span { border-color: rgb(192,41,29); }

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