Html Css Color HEX #C0261E Fire Brick

📋 copy color: '#C0261E'

red 192 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #C0261E

Tints of Fire Brick #C0261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 73.85%
G = 14.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0261E (or 0xC0261E) is known color: Fire Brick. HEX triplet: C0, 26 and 1E. RGB value is (192,38,30). Sum of RGB (Red+Green+Blue) = 192+38+30=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0261E is #3FD9E1. Grayscale: #535353. Windows color (decimal): -4184546 or 1976000. OLE color: 1976000.

HSL color Cylindrical-coordinate representation of color #C0261E: hue angle of 2.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0261E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 30 -
CMYK 0 0.80 0.84 0.25
HSL 2.96º 0.73% 0.44% -
HSV(B) 2.96º 0.84% 0.75% -
XYZ 22.67 12.69 2.48 -
YUV 83.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 192 38 30 0 0.80 0.84 0.25 2.96 0.73 0.44
Hex C0 26 1E 0 50 54 19 3 49 2C
Octal 300 46 36 0 120 124 31 3 111 54
Binary 11000000 100110 11110 0 1010000 1010100 11001 11 1001001 101100

Color Harmonies of #C0261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0261E

Black with #C0261E

Text Example


Text Example

White with #C0261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0261E; }

 p { color: rgb(192,38,30); }

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

background-color css

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

 a { background-color: rgb(192,38,30); }

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

border-color css

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

 span { border-color: rgb(192,38,30); }

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