Html Css Color HEX #C0531D Fiery Orange

📋 copy color: '#C0531D'

red 192 ◦ green 83 ◦ blue 29

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

Shades of Fiery Orange #C0531D

Tints of Fiery Orange #C0531D

RGB

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

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

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

R = 63.16%
G = 27.3%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0531D (or 0xC0531D) is known color: Fiery Orange. HEX triplet: C0, 53 and 1D. RGB value is (192,83,29). Sum of RGB (Red+Green+Blue) = 192+83+29=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0531D is #3FACE2. Grayscale: #6D6D6D. Windows color (decimal): -4173027 or 1921984. OLE color: 1921984.

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

Color convert

RGB 192 83 29 -
CMYK 0 0.57 0.85 0.25
HSL 19.88º 0.74% 0.43% -
HSV(B) 19.88º 0.85% 0.75% -
XYZ 25.05 17.48 3.22 -
YUV 109.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 192 83 29 0 0.57 0.85 0.25 19.88 0.74 0.43
Hex C0 53 1D 0 39 55 19 14 4A 2B
Octal 300 123 35 0 71 125 31 24 112 53
Binary 11000000 1010011 11101 0 111001 1010101 11001 10100 1001010 101011

Color Harmonies of #C0531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0531D

Black with #C0531D

Text Example


Text Example

White with #C0531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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