Html Css Color HEX #D5643D Chilean Fire

📋 copy color: '#D5643D'

red 213 ◦ green 100 ◦ blue 61

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

Shades of Chilean Fire #D5643D

Tints of Chilean Fire #D5643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 61 (24.22% from 255) = 16.31%

R = 56.95%
G = 26.74%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5643D (or 0xD5643D) is known color: Chilean Fire. HEX triplet: D5, 64 and 3D. RGB value is (213,100,61). Sum of RGB (Red+Green+Blue) = 213+100+61=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5643D is #2A9BC2. Grayscale: #818181. Windows color (decimal): -2792387 or 4023509. OLE color: 4023509.

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

Color convert

RGB 213 100 61 -
CMYK 0 0.53 0.71 0.16
HSL 15.39º 0.64% 0.54% -
HSV(B) 15.39º 0.71% 0.84% -
XYZ 32.84 23.6 7.24 -
YUV 129.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 213 100 61 0 0.53 0.71 0.16 15.39 0.64 0.54
Hex D5 64 3D 0 35 47 10 F 40 36
Octal 325 144 75 0 65 107 20 17 100 66
Binary 11010101 1100100 111101 0 110101 1000111 10000 1111 1000000 110110

Color Harmonies of #D5643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5643D

Black with #D5643D

Text Example


Text Example

White with #D5643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5643D; }

 p { color: rgb(213,100,61); }

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

background-color css

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

 a { background-color: rgb(213,100,61); }

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

border-color css

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

 span { border-color: rgb(213,100,61); }

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