Html Css Color HEX #DB612D Chilean Fire

📋 copy color: '#DB612D'

red 219 ◦ green 97 ◦ blue 45

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

Shades of Chilean Fire #DB612D

Tints of Chilean Fire #DB612D

RGB

 RED value IS 219 (85.94% from 255) = 60.66%

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

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

R = 60.66%
G = 26.87%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB612D (or 0xDB612D) is known color: Chilean Fire. HEX triplet: DB, 61 and 2D. RGB value is (219,97,45). Sum of RGB (Red+Green+Blue) = 219+97+45=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB612D is #249ED2. Grayscale: #7F7F7F. Windows color (decimal): -2399955 or 2974171. OLE color: 2974171.

HSL color Cylindrical-coordinate representation of color #DB612D: hue angle of 17.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB612D is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 45 -
CMYK 0 0.56 0.79 0.14
HSL 17.93º 0.71% 0.52% -
HSV(B) 17.93º 0.79% 0.86% -
XYZ 33.96 23.8 5.29 -
YUV 127.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 219 97 45 0 0.56 0.79 0.14 17.93 0.71 0.52
Hex DB 61 2D 0 38 4F E 12 47 34
Octal 333 141 55 0 70 117 16 22 107 64
Binary 11011011 1100001 101101 0 111000 1001111 1110 10010 1000111 110100

Color Harmonies of #DB612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB612D

Black with #DB612D

Text Example


Text Example

White with #DB612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB612D; }

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

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

background-color css

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

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

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

border-color css

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

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

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