Html Css Color HEX #D55423 Chilean Fire

📋 copy color: '#D55423'

red 213 ◦ green 84 ◦ blue 35

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

Shades of Chilean Fire #D55423

Tints of Chilean Fire #D55423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 64.16%
G = 25.3%
B = 10.54%

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

#D55423 (or 0xD55423) is known color: Chilean Fire. HEX triplet: D5, 54 and 23. RGB value is (213,84,35). Sum of RGB (Red+Green+Blue) = 213+84+35=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55423 is #2AABDC. Grayscale: #757575. Windows color (decimal): -2796509 or 2315477. OLE color: 2315477.

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

Color convert

RGB 213 84 35 -
CMYK 0 0.61 0.84 0.16
HSL 16.52º 0.72% 0.49% -
HSV(B) 16.52º 0.84% 0.84% -
XYZ 30.91 20.61 3.94 -
YUV 116.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 213 84 35 0 0.61 0.84 0.16 16.52 0.72 0.49
Hex D5 54 23 0 3D 54 10 11 48 31
Octal 325 124 43 0 75 124 20 21 110 61
Binary 11010101 1010100 100011 0 111101 1010100 10000 10001 1001000 110001

Color Harmonies of #D55423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55423

Black with #D55423

Text Example


Text Example

White with #D55423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55423; }

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

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

background-color css

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

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

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

border-color css

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

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

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