Html Css Color HEX #D76330 Chilean Fire

📋 copy color: '#D76330'

red 215 ◦ green 99 ◦ blue 48

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

Shades of Chilean Fire #D76330

Tints of Chilean Fire #D76330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 59.39%
G = 27.35%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76330 (or 0xD76330) is known color: Chilean Fire. HEX triplet: D7, 63 and 30. RGB value is (215,99,48). Sum of RGB (Red+Green+Blue) = 215+99+48=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D76330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76330 is #289CCF. Grayscale: #808080. Windows color (decimal): -2661584 or 3171287. OLE color: 3171287.

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

Color convert

RGB 215 99 48 -
CMYK 0 0.54 0.78 0.16
HSL 18.32º 0.68% 0.52% -
HSV(B) 18.32º 0.78% 0.84% -
XYZ 33.02 23.58 5.61 -
YUV 127.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 215 99 48 0 0.54 0.78 0.16 18.32 0.68 0.52
Hex D7 63 30 0 36 4E 10 12 44 34
Octal 327 143 60 0 66 116 20 22 104 64
Binary 11010111 1100011 110000 0 110110 1001110 10000 10010 1000100 110100

Color Harmonies of #D76330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76330

Black with #D76330

Text Example


Text Example

White with #D76330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76330; }

 p { color: rgb(215,99,48); }

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

background-color css

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

 a { background-color: rgb(215,99,48); }

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

border-color css

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

 span { border-color: rgb(215,99,48); }

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