Html Css Color HEX #D0613A Chilean Fire

📋 copy color: '#D0613A'

red 208 ◦ green 97 ◦ blue 58

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

Shades of Chilean Fire #D0613A

Tints of Chilean Fire #D0613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 57.3%
G = 26.72%
B = 15.98%

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

#D0613A (or 0xD0613A) is known color: Chilean Fire. HEX triplet: D0, 61 and 3A. RGB value is (208,97,58). Sum of RGB (Red+Green+Blue) = 208+97+58=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613A is #2F9EC5. Grayscale: #7E7E7E. Windows color (decimal): -3120838 or 3826128. OLE color: 3826128.

HSL color Cylindrical-coordinate representation of color #D0613A: hue angle of 15.6º 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 #D0613A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 58 -
CMYK 0 0.53 0.72 0.18
HSL 15.6º 0.61% 0.52% -
HSV(B) 15.6º 0.72% 0.82% -
XYZ 31.05 22.26 6.66 -
YUV 125.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 208 97 58 0 0.53 0.72 0.18 15.6 0.61 0.52
Hex D0 61 3A 0 35 48 12 10 3D 34
Octal 320 141 72 0 65 110 22 20 75 64
Binary 11010000 1100001 111010 0 110101 1001000 10010 10000 111101 110100

Color Harmonies of #D0613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0613A

Black with #D0613A

Text Example


Text Example

White with #D0613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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