Html Css Color HEX #D75022 Chilean Fire

📋 copy color: '#D75022'

red 215 ◦ green 80 ◦ blue 34

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

Shades of Chilean Fire #D75022

Tints of Chilean Fire #D75022

RGB

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

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

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

R = 65.35%
G = 24.32%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D75022 (or 0xD75022) is known color: Chilean Fire. HEX triplet: D7, 50 and 22. RGB value is (215,80,34). Sum of RGB (Red+Green+Blue) = 215+80+34=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D75022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75022 is #28AFDD. Grayscale: #737373. Windows color (decimal): -2666462 or 2248919. OLE color: 2248919.

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

Color convert

RGB 215 80 34 -
CMYK 0 0.63 0.84 0.16
HSL 15.25º 0.73% 0.49% -
HSV(B) 15.25º 0.84% 0.84% -
XYZ 31.18 20.3 3.79 -
YUV 115.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 215 80 34 0 0.63 0.84 0.16 15.25 0.73 0.49
Hex D7 50 22 0 3F 54 10 F 49 31
Octal 327 120 42 0 77 124 20 17 111 61
Binary 11010111 1010000 100010 0 111111 1010100 10000 1111 1001001 110001

Color Harmonies of #D75022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75022

Black with #D75022

Text Example


Text Example

White with #D75022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75022; }

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

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

background-color css

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

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

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

border-color css

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

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

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