Html Css Color HEX #D5622E Chilean Fire

📋 copy color: '#D5622E'

red 213 ◦ green 98 ◦ blue 46

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

Shades of Chilean Fire #D5622E

Tints of Chilean Fire #D5622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 59.66%
G = 27.45%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5622E (or 0xD5622E) is known color: Chilean Fire. HEX triplet: D5, 62 and 2E. RGB value is (213,98,46). Sum of RGB (Red+Green+Blue) = 213+98+46=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5622E is #2A9DD1. Grayscale: #7E7E7E. Windows color (decimal): -2792914 or 3039957. OLE color: 3039957.

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

Color convert

RGB 213 98 46 -
CMYK 0 0.54 0.78 0.16
HSL 18.68º 0.67% 0.51% -
HSV(B) 18.68º 0.78% 0.84% -
XYZ 32.3 23.08 5.34 -
YUV 126.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 213 98 46 0 0.54 0.78 0.16 18.68 0.67 0.51
Hex D5 62 2E 0 36 4E 10 13 43 33
Octal 325 142 56 0 66 116 20 23 103 63
Binary 11010101 1100010 101110 0 110110 1001110 10000 10011 1000011 110011

Color Harmonies of #D5622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5622E

Black with #D5622E

Text Example


Text Example

White with #D5622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5622E; }

 p { color: rgb(213,98,46); }

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

background-color css

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

 a { background-color: rgb(213,98,46); }

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

border-color css

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

 span { border-color: rgb(213,98,46); }

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