Html Css Color HEX #D75121 Chilean Fire

📋 copy color: '#D75121'

red 215 ◦ green 81 ◦ blue 33

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

Shades of Chilean Fire #D75121

Tints of Chilean Fire #D75121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 65.35%
G = 24.62%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D75121 (or 0xD75121) is known color: Chilean Fire. HEX triplet: D7, 51 and 21. RGB value is (215,81,33). Sum of RGB (Red+Green+Blue) = 215+81+33=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D75121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75121 is #28AEDE. Grayscale: #737373. Windows color (decimal): -2666207 or 2183639. OLE color: 2183639.

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

Color convert

RGB 215 81 33 -
CMYK 0 0.62 0.85 0.16
HSL 15.82º 0.73% 0.49% -
HSV(B) 15.82º 0.85% 0.84% -
XYZ 31.24 20.44 3.74 -
YUV 115.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 215 81 33 0 0.62 0.85 0.16 15.82 0.73 0.49
Hex D7 51 21 0 3E 55 10 10 49 31
Octal 327 121 41 0 76 125 20 20 111 61
Binary 11010111 1010001 100001 0 111110 1010101 10000 10000 1001001 110001

Color Harmonies of #D75121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75121

Black with #D75121

Text Example


Text Example

White with #D75121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75121; }

 p { color: rgb(215,81,33); }

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

background-color css

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

 a { background-color: rgb(215,81,33); }

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

border-color css

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

 span { border-color: rgb(215,81,33); }

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