Html Css Color HEX #D64F39 Trinidad

📋 copy color: '#D64F39'

red 214 ◦ green 79 ◦ blue 57

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

Shades of Trinidad #D64F39

Tints of Trinidad #D64F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 61.14%
G = 22.57%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D64F39 (or 0xD64F39) is known color: Trinidad. HEX triplet: D6, 4F and 39. RGB value is (214,79,57). Sum of RGB (Red+Green+Blue) = 214+79+57=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F39 is #29B0C6. Grayscale: #757575. Windows color (decimal): -2732231 or 3755990. OLE color: 3755990.

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

Color convert

RGB 214 79 57 -
CMYK 0 0.63 0.73 0.16
HSL 8.41º 0.66% 0.53% -
HSV(B) 8.41º 0.73% 0.84% -
XYZ 31.27 20.18 6.12 -
YUV 116.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 214 79 57 0 0.63 0.73 0.16 8.41 0.66 0.53
Hex D6 4F 39 0 3F 49 10 8 42 35
Octal 326 117 71 0 77 111 20 10 102 65
Binary 11010110 1001111 111001 0 111111 1001001 10000 1000 1000010 110101

Color Harmonies of #D64F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F39

Black with #D64F39

Text Example


Text Example

White with #D64F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F39; }

 p { color: rgb(214,79,57); }

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

background-color css

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

 a { background-color: rgb(214,79,57); }

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

border-color css

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

 span { border-color: rgb(214,79,57); }

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