Html Css Color HEX #D5622D Chilean Fire

📋 copy color: '#D5622D'

red 213 ◦ green 98 ◦ blue 45

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

Shades of Chilean Fire #D5622D

Tints of Chilean Fire #D5622D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 59.83%
G = 27.53%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5622D (or 0xD5622D) is known color: Chilean Fire. HEX triplet: D5, 62 and 2D. RGB value is (213,98,45). Sum of RGB (Red+Green+Blue) = 213+98+45=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5622D is #2A9DD2. Grayscale: #7E7E7E. Windows color (decimal): -2792915 or 2974421. OLE color: 2974421.

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

Color convert

RGB 213 98 45 -
CMYK 0 0.54 0.79 0.16
HSL 18.93º 0.67% 0.51% -
HSV(B) 18.93º 0.79% 0.84% -
XYZ 32.28 23.07 5.23 -
YUV 126.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 213 98 45 0 0.54 0.79 0.16 18.93 0.67 0.51
Hex D5 62 2D 0 36 4F 10 13 43 33
Octal 325 142 55 0 66 117 20 23 103 63
Binary 11010101 1100010 101101 0 110110 1001111 10000 10011 1000011 110011

Color Harmonies of #D5622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5622D

Black with #D5622D

Text Example


Text Example

White with #D5622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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