Html Css Color HEX #D75334 Chilean Fire

📋 copy color: '#D75334'

red 215 ◦ green 83 ◦ blue 52

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

Shades of Chilean Fire #D75334

Tints of Chilean Fire #D75334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 61.43%
G = 23.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D75334 (or 0xD75334) is known color: Chilean Fire. HEX triplet: D7, 53 and 34. RGB value is (215,83,52). Sum of RGB (Red+Green+Blue) = 215+83+52=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D75334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75334 is #28ACCB. Grayscale: #777777. Windows color (decimal): -2665676 or 3429335. OLE color: 3429335.

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

Color convert

RGB 215 83 52 -
CMYK 0 0.61 0.76 0.16
HSL 11.41º 0.67% 0.52% -
HSV(B) 11.41º 0.76% 0.84% -
XYZ 31.74 20.88 5.61 -
YUV 118.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 215 83 52 0 0.61 0.76 0.16 11.41 0.67 0.52
Hex D7 53 34 0 3D 4C 10 B 43 34
Octal 327 123 64 0 75 114 20 13 103 64
Binary 11010111 1010011 110100 0 111101 1001100 10000 1011 1000011 110100

Color Harmonies of #D75334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75334

Black with #D75334

Text Example


Text Example

White with #D75334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75334; }

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

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

background-color css

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

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

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

border-color css

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

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

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