Html Css Color HEX #D55323 Chilean Fire

📋 copy color: '#D55323'

red 213 ◦ green 83 ◦ blue 35

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

Shades of Chilean Fire #D55323

Tints of Chilean Fire #D55323

RGB

 RED value IS 213 (83.59% from 255) = 64.35%

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

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 64.35%
G = 25.08%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55323 (or 0xD55323) is known color: Chilean Fire. HEX triplet: D5, 53 and 23. RGB value is (213,83,35). Sum of RGB (Red+Green+Blue) = 213+83+35=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55323 is #2AACDC. Grayscale: #747474. Windows color (decimal): -2796765 or 2315221. OLE color: 2315221.

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

Color convert

RGB 213 83 35 -
CMYK 0 0.61 0.84 0.16
HSL 16.18º 0.72% 0.49% -
HSV(B) 16.18º 0.84% 0.84% -
XYZ 30.84 20.45 3.91 -
YUV 116.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 213 83 35 0 0.61 0.84 0.16 16.18 0.72 0.49
Hex D5 53 23 0 3D 54 10 10 48 31
Octal 325 123 43 0 75 124 20 20 110 61
Binary 11010101 1010011 100011 0 111101 1010100 10000 10000 1001000 110001

Color Harmonies of #D55323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55323

Black with #D55323

Text Example


Text Example

White with #D55323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55323; }

 p { color: rgb(213,83,35); }

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

background-color css

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

 a { background-color: rgb(213,83,35); }

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

border-color css

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

 span { border-color: rgb(213,83,35); }

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