Html Css Color HEX #D0613B Chilean Fire

📋 copy color: '#D0613B'

red 208 ◦ green 97 ◦ blue 59

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

Shades of Chilean Fire #D0613B

Tints of Chilean Fire #D0613B

RGB

 RED value IS 208 (81.64% from 255) = 57.14%

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

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 57.14%
G = 26.65%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0613B (or 0xD0613B) is known color: Chilean Fire. HEX triplet: D0, 61 and 3B. RGB value is (208,97,59). Sum of RGB (Red+Green+Blue) = 208+97+59=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613B is #2F9EC4. Grayscale: #7E7E7E. Windows color (decimal): -3120837 or 3891664. OLE color: 3891664.

HSL color Cylindrical-coordinate representation of color #D0613B: hue angle of 15.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0613B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 59 -
CMYK 0 0.53 0.72 0.18
HSL 15.3º 0.61% 0.52% -
HSV(B) 15.3º 0.72% 0.82% -
XYZ 31.08 22.28 6.8 -
YUV 125.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 208 97 59 0 0.53 0.72 0.18 15.3 0.61 0.52
Hex D0 61 3B 0 35 48 12 F 3D 34
Octal 320 141 73 0 65 110 22 17 75 64
Binary 11010000 1100001 111011 0 110101 1001000 10010 1111 111101 110100

Color Harmonies of #D0613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0613B

Black with #D0613B

Text Example


Text Example

White with #D0613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0613B; }

 p { color: rgb(208,97,59); }

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

background-color css

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

 a { background-color: rgb(208,97,59); }

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

border-color css

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

 span { border-color: rgb(208,97,59); }

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