Html Css Color HEX #D5612D Chilean Fire

📋 copy color: '#D5612D'

red 213 ◦ green 97 ◦ blue 45

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

Shades of Chilean Fire #D5612D

Tints of Chilean Fire #D5612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 60%
G = 27.32%
B = 12.68%

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

#D5612D (or 0xD5612D) is known color: Chilean Fire. HEX triplet: D5, 61 and 2D. RGB value is (213,97,45). Sum of RGB (Red+Green+Blue) = 213+97+45=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5612D is #2A9ED2. Grayscale: #7E7E7E. Windows color (decimal): -2793171 or 2974165. OLE color: 2974165.

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

Color convert

RGB 213 97 45 -
CMYK 0 0.54 0.79 0.16
HSL 18.57º 0.67% 0.51% -
HSV(B) 18.57º 0.79% 0.84% -
XYZ 32.19 22.88 5.2 -
YUV 125.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 213 97 45 0 0.54 0.79 0.16 18.57 0.67 0.51
Hex D5 61 2D 0 36 4F 10 13 43 33
Octal 325 141 55 0 66 117 20 23 103 63
Binary 11010101 1100001 101101 0 110110 1001111 10000 10011 1000011 110011

Color Harmonies of #D5612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5612D

Black with #D5612D

Text Example


Text Example

White with #D5612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5612D; }

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

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

background-color css

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

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

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

border-color css

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

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

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