Html Css Color HEX #D64D31 Trinidad

📋 copy color: '#D64D31'

red 214 ◦ green 77 ◦ blue 49

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

Shades of Trinidad #D64D31

Tints of Trinidad #D64D31

RGB

 RED value IS 214 (83.98% from 255) = 62.94%

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 62.94%
G = 22.65%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64D31 (or 0xD64D31) is known color: Trinidad. HEX triplet: D6, 4D and 31. RGB value is (214,77,49). Sum of RGB (Red+Green+Blue) = 214+77+49=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D31 is #29B2CE. Grayscale: #737373. Windows color (decimal): -2732751 or 3231190. OLE color: 3231190.

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

Color convert

RGB 214 77 49 -
CMYK 0 0.64 0.77 0.16
HSL 10.18º 0.67% 0.52% -
HSV(B) 10.18º 0.77% 0.84% -
XYZ 30.94 19.83 5.1 -
YUV 114.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 214 77 49 0 0.64 0.77 0.16 10.18 0.67 0.52
Hex D6 4D 31 0 40 4D 10 A 43 34
Octal 326 115 61 0 100 115 20 12 103 64
Binary 11010110 1001101 110001 0 1000000 1001101 10000 1010 1000011 110100

Color Harmonies of #D64D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D31

Black with #D64D31

Text Example


Text Example

White with #D64D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D31; }

 p { color: rgb(214,77,49); }

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

background-color css

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

 a { background-color: rgb(214,77,49); }

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

border-color css

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

 span { border-color: rgb(214,77,49); }

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