Html Css Color HEX #D75422 Chilean Fire

📋 copy color: '#D75422'

red 215 ◦ green 84 ◦ blue 34

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

Shades of Chilean Fire #D75422

Tints of Chilean Fire #D75422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 34 (13.67% from 255) = 10.21%

R = 64.56%
G = 25.23%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D75422 (or 0xD75422) is known color: Chilean Fire. HEX triplet: D7, 54 and 22. RGB value is (215,84,34). Sum of RGB (Red+Green+Blue) = 215+84+34=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D75422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75422 is #28ABDD. Grayscale: #757575. Windows color (decimal): -2665438 or 2249943. OLE color: 2249943.

HSL color Cylindrical-coordinate representation of color #D75422: hue angle of 16.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D75422 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 84 34 -
CMYK 0 0.61 0.84 0.16
HSL 16.57º 0.73% 0.49% -
HSV(B) 16.57º 0.84% 0.84% -
XYZ 31.48 20.9 3.89 -
YUV 117.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 215 84 34 0 0.61 0.84 0.16 16.57 0.73 0.49
Hex D7 54 22 0 3D 54 10 11 49 31
Octal 327 124 42 0 75 124 20 21 111 61
Binary 11010111 1010100 100010 0 111101 1010100 10000 10001 1001001 110001

Color Harmonies of #D75422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75422

Black with #D75422

Text Example


Text Example

White with #D75422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75422; }

 p { color: rgb(215,84,34); }

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

background-color css

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

 a { background-color: rgb(215,84,34); }

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

border-color css

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

 span { border-color: rgb(215,84,34); }

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