Html Css Color HEX #D7502A Chilean Fire

📋 copy color: '#D7502A'

red 215 ◦ green 80 ◦ blue 42

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

Shades of Chilean Fire #D7502A

Tints of Chilean Fire #D7502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 63.8%
G = 23.74%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7502A (or 0xD7502A) is known color: Chilean Fire. HEX triplet: D7, 50 and 2A. RGB value is (215,80,42). Sum of RGB (Red+Green+Blue) = 215+80+42=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D7502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7502A is #28AFD5. Grayscale: #747474. Windows color (decimal): -2666454 or 2773207. OLE color: 2773207.

HSL color Cylindrical-coordinate representation of color #D7502A: hue angle of 13.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7502A is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 42 -
CMYK 0 0.63 0.80 0.16
HSL 13.18º 0.68% 0.5% -
HSV(B) 13.18º 0.8% 0.84% -
XYZ 31.31 20.35 4.47 -
YUV 116.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 215 80 42 0 0.63 0.80 0.16 13.18 0.68 0.5
Hex D7 50 2A 0 3F 50 10 D 44 32
Octal 327 120 52 0 77 120 20 15 104 62
Binary 11010111 1010000 101010 0 111111 1010000 10000 1101 1000100 110010

Color Harmonies of #D7502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7502A

Black with #D7502A

Text Example


Text Example

White with #D7502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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