Html Css Color HEX #C0531F Fiery Orange

📋 copy color: '#C0531F'

red 192 ◦ green 83 ◦ blue 31

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

Shades of Fiery Orange #C0531F

Tints of Fiery Orange #C0531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 62.75%
G = 27.12%
B = 10.13%

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

#C0531F (or 0xC0531F) is known color: Fiery Orange. HEX triplet: C0, 53 and 1F. RGB value is (192,83,31). Sum of RGB (Red+Green+Blue) = 192+83+31=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0531F is #3FACE0. Grayscale: #6D6D6D. Windows color (decimal): -4173025 or 2053056. OLE color: 2053056.

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

Color convert

RGB 192 83 31 -
CMYK 0 0.57 0.84 0.25
HSL 19.38º 0.72% 0.44% -
HSV(B) 19.38º 0.84% 0.75% -
XYZ 25.08 17.49 3.35 -
YUV 109.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 192 83 31 0 0.57 0.84 0.25 19.38 0.72 0.44
Hex C0 53 1F 0 39 54 19 13 48 2C
Octal 300 123 37 0 71 124 31 23 110 54
Binary 11000000 1010011 11111 0 111001 1010100 11001 10011 1001000 101100

Color Harmonies of #C0531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0531F

Black with #C0531F

Text Example


Text Example

White with #C0531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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