Html Css Color HEX #D4641A Chocolate

📋 copy color: '#D4641A'

red 212 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #D4641A

Tints of Chocolate #D4641A

RGB

 RED value IS 212 (83.2% from 255) = 62.72%

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

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 62.72%
G = 29.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4641A (or 0xD4641A) is known color: Chocolate. HEX triplet: D4, 64 and 1A. RGB value is (212,100,26). Sum of RGB (Red+Green+Blue) = 212+100+26=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4641A is #2B9BE5. Grayscale: #7D7D7D. Windows color (decimal): -2857958 or 1729748. OLE color: 1729748.

HSL color Cylindrical-coordinate representation of color #D4641A: hue angle of 23.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4641A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 26 -
CMYK 0 0.53 0.88 0.17
HSL 23.87º 0.78% 0.47% -
HSV(B) 23.87º 0.88% 0.83% -
XYZ 31.9 23.19 3.77 -
YUV 125.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 212 100 26 0 0.53 0.88 0.17 23.87 0.78 0.47
Hex D4 64 1A 0 35 58 11 18 4E 2F
Octal 324 144 32 0 65 130 21 30 116 57
Binary 11010100 1100100 11010 0 110101 1011000 10001 11000 1001110 101111

Color Harmonies of #D4641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4641A

Black with #D4641A

Text Example


Text Example

White with #D4641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4641A; }

 p { color: rgb(212,100,26); }

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

background-color css

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

 a { background-color: rgb(212,100,26); }

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

border-color css

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

 span { border-color: rgb(212,100,26); }

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