Html Css Color HEX #D54F1A Chocolate

📋 copy color: '#D54F1A'

red 213 ◦ green 79 ◦ blue 26

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

Shades of Chocolate #D54F1A

Tints of Chocolate #D54F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

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

R = 66.98%
G = 24.84%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54F1A (or 0xD54F1A) is known color: Chocolate. HEX triplet: D5, 4F and 1A. RGB value is (213,79,26). Sum of RGB (Red+Green+Blue) = 213+79+26=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F1A is #2AB0E5. Grayscale: #717171. Windows color (decimal): -2797798 or 1724373. OLE color: 1724373.

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

Color convert

RGB 213 79 26 -
CMYK 0 0.63 0.88 0.16
HSL 17.01º 0.78% 0.47% -
HSV(B) 17.01º 0.88% 0.84% -
XYZ 30.42 19.81 3.2 -
YUV 113.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 213 79 26 0 0.63 0.88 0.16 17.01 0.78 0.47
Hex D5 4F 1A 0 3F 58 10 11 4E 2F
Octal 325 117 32 0 77 130 20 21 116 57
Binary 11010101 1001111 11010 0 111111 1011000 10000 10001 1001110 101111

Color Harmonies of #D54F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F1A

Black with #D54F1A

Text Example


Text Example

White with #D54F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F1A; }

 p { color: rgb(213,79,26); }

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

background-color css

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

 a { background-color: rgb(213,79,26); }

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

border-color css

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

 span { border-color: rgb(213,79,26); }

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