Html Css Color HEX #D56230 Chilean Fire

📋 copy color: '#D56230'

red 213 ◦ green 98 ◦ blue 48

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

Shades of Chilean Fire #D56230

Tints of Chilean Fire #D56230

RGB

 RED value IS 213 (83.59% from 255) = 59.33%

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 59.33%
G = 27.3%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D56230 (or 0xD56230) is known color: Chilean Fire. HEX triplet: D5, 62 and 30. RGB value is (213,98,48). Sum of RGB (Red+Green+Blue) = 213+98+48=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D56230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56230 is #2A9DCF. Grayscale: #7F7F7F. Windows color (decimal): -2792912 or 3171029. OLE color: 3171029.

HSL color Cylindrical-coordinate representation of color #D56230: hue angle of 18.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D56230 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 48 -
CMYK 0 0.54 0.77 0.16
HSL 18.18º 0.66% 0.51% -
HSV(B) 18.18º 0.77% 0.84% -
XYZ 32.34 23.09 5.55 -
YUV 126.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 213 98 48 0 0.54 0.77 0.16 18.18 0.66 0.51
Hex D5 62 30 0 36 4D 10 12 42 33
Octal 325 142 60 0 66 115 20 22 102 63
Binary 11010101 1100010 110000 0 110110 1001101 10000 10010 1000010 110011

Color Harmonies of #D56230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56230

Black with #D56230

Text Example


Text Example

White with #D56230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56230; }

 p { color: rgb(213,98,48); }

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

background-color css

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

 a { background-color: rgb(213,98,48); }

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

border-color css

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

 span { border-color: rgb(213,98,48); }

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