Html Css Color HEX #D55326 Chilean Fire

📋 copy color: '#D55326'

red 213 ◦ green 83 ◦ blue 38

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

Shades of Chilean Fire #D55326

Tints of Chilean Fire #D55326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 63.77%
G = 24.85%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55326 (or 0xD55326) is known color: Chilean Fire. HEX triplet: D5, 53 and 26. RGB value is (213,83,38). Sum of RGB (Red+Green+Blue) = 213+83+38=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55326 is #2AACD9. Grayscale: #757575. Windows color (decimal): -2796762 or 2511829. OLE color: 2511829.

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

Color convert

RGB 213 83 38 -
CMYK 0 0.61 0.82 0.16
HSL 15.43º 0.7% 0.49% -
HSV(B) 15.43º 0.82% 0.84% -
XYZ 30.88 20.47 4.16 -
YUV 116.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 213 83 38 0 0.61 0.82 0.16 15.43 0.7 0.49
Hex D5 53 26 0 3D 52 10 F 46 31
Octal 325 123 46 0 75 122 20 17 106 61
Binary 11010101 1010011 100110 0 111101 1010010 10000 1111 1000110 110001

Color Harmonies of #D55326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55326

Black with #D55326

Text Example


Text Example

White with #D55326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55326; }

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

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

background-color css

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

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

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

border-color css

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

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

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