Html Css Color HEX #D75330 Chilean Fire

📋 copy color: '#D75330'

red 215 ◦ green 83 ◦ blue 48

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

Shades of Chilean Fire #D75330

Tints of Chilean Fire #D75330

RGB

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

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

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

R = 62.14%
G = 23.99%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D75330 (or 0xD75330) is known color: Chilean Fire. HEX triplet: D7, 53 and 30. RGB value is (215,83,48). Sum of RGB (Red+Green+Blue) = 215+83+48=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D75330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75330 is #28ACCF. Grayscale: #767676. Windows color (decimal): -2665680 or 3167191. OLE color: 3167191.

HSL color Cylindrical-coordinate representation of color #D75330: hue angle of 12.57º 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 #D75330 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 48 -
CMYK 0 0.61 0.78 0.16
HSL 12.57º 0.68% 0.52% -
HSV(B) 12.57º 0.78% 0.84% -
XYZ 31.65 20.85 5.15 -
YUV 118.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 215 83 48 0 0.61 0.78 0.16 12.57 0.68 0.52
Hex D7 53 30 0 3D 4E 10 D 44 34
Octal 327 123 60 0 75 116 20 15 104 64
Binary 11010111 1010011 110000 0 111101 1001110 10000 1101 1000100 110100

Color Harmonies of #D75330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75330

Black with #D75330

Text Example


Text Example

White with #D75330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75330; }

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

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

background-color css

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

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

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

border-color css

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

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

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