Html Css Color HEX #D55A23 Chilean Fire

📋 copy color: '#D55A23'

red 213 ◦ green 90 ◦ blue 35

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

Shades of Chilean Fire #D55A23

Tints of Chilean Fire #D55A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 63.02%
G = 26.63%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55A23 (or 0xD55A23) is known color: Chilean Fire. HEX triplet: D5, 5A and 23. RGB value is (213,90,35). Sum of RGB (Red+Green+Blue) = 213+90+35=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A23 is #2AA5DC. Grayscale: #787878. Windows color (decimal): -2794973 or 2317013. OLE color: 2317013.

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

Color convert

RGB 213 90 35 -
CMYK 0 0.58 0.84 0.16
HSL 18.54º 0.72% 0.49% -
HSV(B) 18.54º 0.84% 0.84% -
XYZ 31.4 21.58 4.1 -
YUV 120.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 213 90 35 0 0.58 0.84 0.16 18.54 0.72 0.49
Hex D5 5A 23 0 3A 54 10 13 48 31
Octal 325 132 43 0 72 124 20 23 110 61
Binary 11010101 1011010 100011 0 111010 1010100 10000 10011 1001000 110001

Color Harmonies of #D55A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A23

Black with #D55A23

Text Example


Text Example

White with #D55A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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