Html Css Color HEX #C15421 Fiery Orange

📋 copy color: '#C15421'

red 193 ◦ green 84 ◦ blue 33

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

Shades of Fiery Orange #C15421

Tints of Fiery Orange #C15421

RGB

 RED value IS 193 (75.78% from 255) = 62.26%

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 62.26%
G = 27.1%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C15421 (or 0xC15421) is known color: Fiery Orange. HEX triplet: C1, 54 and 21. RGB value is (193,84,33). Sum of RGB (Red+Green+Blue) = 193+84+33=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C15421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15421 is #3EABDE. Grayscale: #6F6F6F. Windows color (decimal): -4107231 or 2184385. OLE color: 2184385.

HSL color Cylindrical-coordinate representation of color #C15421: hue angle of 19.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C15421 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 33 -
CMYK 0 0.56 0.83 0.24
HSL 19.13º 0.71% 0.44% -
HSV(B) 19.13º 0.83% 0.76% -
XYZ 25.44 17.79 3.53 -
YUV 110.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 193 84 33 0 0.56 0.83 0.24 19.13 0.71 0.44
Hex C1 54 21 0 38 53 18 13 47 2C
Octal 301 124 41 0 70 123 30 23 107 54
Binary 11000001 1010100 100001 0 111000 1010011 11000 10011 1000111 101100

Color Harmonies of #C15421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15421

Black with #C15421

Text Example


Text Example

White with #C15421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15421; }

 p { color: rgb(193,84,33); }

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

background-color css

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

 a { background-color: rgb(193,84,33); }

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

border-color css

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

 span { border-color: rgb(193,84,33); }

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