Html Css Color HEX #C1531E Fiery Orange

📋 copy color: '#C1531E'

red 193 ◦ green 83 ◦ blue 30

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

Shades of Fiery Orange #C1531E

Tints of Fiery Orange #C1531E

RGB

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

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

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

R = 63.07%
G = 27.12%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1531E (or 0xC1531E) is known color: Fiery Orange. HEX triplet: C1, 53 and 1E. RGB value is (193,83,30). Sum of RGB (Red+Green+Blue) = 193+83+30=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1531E is #3EACE1. Grayscale: #6E6E6E. Windows color (decimal): -4107490 or 1987521. OLE color: 1987521.

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

Color convert

RGB 193 83 30 -
CMYK 0 0.57 0.84 0.24
HSL 19.51º 0.73% 0.44% -
HSV(B) 19.51º 0.84% 0.76% -
XYZ 25.32 17.62 3.29 -
YUV 109.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 193 83 30 0 0.57 0.84 0.24 19.51 0.73 0.44
Hex C1 53 1E 0 39 54 18 14 49 2C
Octal 301 123 36 0 71 124 30 24 111 54
Binary 11000001 1010011 11110 0 111001 1010100 11000 10100 1001001 101100

Color Harmonies of #C1531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1531E

Black with #C1531E

Text Example


Text Example

White with #C1531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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