Html Css Color HEX #C0531E Fiery Orange

📋 copy color: '#C0531E'

red 192 ◦ green 83 ◦ blue 30

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

Shades of Fiery Orange #C0531E

Tints of Fiery Orange #C0531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 62.95%
G = 27.21%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0531E (or 0xC0531E) is known color: Fiery Orange. HEX triplet: C0, 53 and 1E. RGB value is (192,83,30). Sum of RGB (Red+Green+Blue) = 192+83+30=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0531E is #3FACE1. Grayscale: #6D6D6D. Windows color (decimal): -4173026 or 1987520. OLE color: 1987520.

HSL color Cylindrical-coordinate representation of color #C0531E: hue angle of 19.63º 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 #C0531E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 30 -
CMYK 0 0.57 0.84 0.25
HSL 19.63º 0.73% 0.44% -
HSV(B) 19.63º 0.84% 0.75% -
XYZ 25.07 17.49 3.28 -
YUV 109.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 192 83 30 0 0.57 0.84 0.25 19.63 0.73 0.44
Hex C0 53 1E 0 39 54 19 14 49 2C
Octal 300 123 36 0 71 124 31 24 111 54
Binary 11000000 1010011 11110 0 111001 1010100 11001 10100 1001001 101100

Color Harmonies of #C0531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0531E

Black with #C0531E

Text Example


Text Example

White with #C0531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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