Html Css Color HEX #D75338 Chilean Fire

📋 copy color: '#D75338'

red 215 ◦ green 83 ◦ blue 56

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

Shades of Chilean Fire #D75338

Tints of Chilean Fire #D75338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 60.73%
G = 23.45%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D75338 (or 0xD75338) is known color: Chilean Fire. HEX triplet: D7, 53 and 38. RGB value is (215,83,56). Sum of RGB (Red+Green+Blue) = 215+83+56=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D75338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75338 is #28ACC7. Grayscale: #777777. Windows color (decimal): -2665672 or 3691479. OLE color: 3691479.

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

Color convert

RGB 215 83 56 -
CMYK 0 0.61 0.74 0.16
HSL 10.19º 0.67% 0.53% -
HSV(B) 10.19º 0.74% 0.84% -
XYZ 31.83 20.92 6.1 -
YUV 119.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 215 83 56 0 0.61 0.74 0.16 10.19 0.67 0.53
Hex D7 53 38 0 3D 4A 10 A 43 35
Octal 327 123 70 0 75 112 20 12 103 65
Binary 11010111 1010011 111000 0 111101 1001010 10000 1010 1000011 110101

Color Harmonies of #D75338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75338

Black with #D75338

Text Example


Text Example

White with #D75338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75338; }

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

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

background-color css

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

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

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

border-color css

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

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

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