Html Css Color HEX #D75033 Chilean Fire

📋 copy color: '#D75033'

red 215 ◦ green 80 ◦ blue 51

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

Shades of Chilean Fire #D75033

Tints of Chilean Fire #D75033

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 62.14%
G = 23.12%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D75033 (or 0xD75033) is known color: Chilean Fire. HEX triplet: D7, 50 and 33. RGB value is (215,80,51). Sum of RGB (Red+Green+Blue) = 215+80+51=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D75033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75033 is #28AFCC. Grayscale: #757575. Windows color (decimal): -2666445 or 3363031. OLE color: 3363031.

HSL color Cylindrical-coordinate representation of color #D75033: hue angle of 10.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D75033 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 51 -
CMYK 0 0.63 0.76 0.16
HSL 10.61º 0.67% 0.52% -
HSV(B) 10.61º 0.76% 0.84% -
XYZ 31.49 20.42 5.41 -
YUV 117.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 215 80 51 0 0.63 0.76 0.16 10.61 0.67 0.52
Hex D7 50 33 0 3F 4C 10 B 43 34
Octal 327 120 63 0 77 114 20 13 103 64
Binary 11010111 1010000 110011 0 111111 1001100 10000 1011 1000011 110100

Color Harmonies of #D75033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75033

Black with #D75033

Text Example


Text Example

White with #D75033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75033; }

 p { color: rgb(215,80,51); }

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

background-color css

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

 a { background-color: rgb(215,80,51); }

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

border-color css

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

 span { border-color: rgb(215,80,51); }

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