Html Css Color HEX #D05321 Chilean Fire

📋 copy color: '#D05321'

red 208 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #D05321

Tints of Chilean Fire #D05321

RGB

 RED value IS 208 (81.64% from 255) = 64.2%

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

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 64.2%
G = 25.62%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D05321 (or 0xD05321) is known color: Chilean Fire. HEX triplet: D0, 53 and 21. RGB value is (208,83,33). Sum of RGB (Red+Green+Blue) = 208+83+33=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D05321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05321 is #2FACDE. Grayscale: #737373. Windows color (decimal): -3124447 or 2184144. OLE color: 2184144.

HSL color Cylindrical-coordinate representation of color #D05321: hue angle of 17.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D05321 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 33 -
CMYK 0 0.60 0.84 0.18
HSL 17.14º 0.73% 0.47% -
HSV(B) 17.14º 0.84% 0.82% -
XYZ 29.38 19.71 3.69 -
YUV 114.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 208 83 33 0 0.60 0.84 0.18 17.14 0.73 0.47
Hex D0 53 21 0 3C 54 12 11 49 2F
Octal 320 123 41 0 74 124 22 21 111 57
Binary 11010000 1010011 100001 0 111100 1010100 10010 10001 1001001 101111

Color Harmonies of #D05321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05321

Black with #D05321

Text Example


Text Example

White with #D05321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05321; }

 p { color: rgb(208,83,33); }

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

background-color css

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

 a { background-color: rgb(208,83,33); }

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

border-color css

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

 span { border-color: rgb(208,83,33); }

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