Html Css Color HEX #D64F31 Trinidad

📋 copy color: '#D64F31'

red 214 ◦ green 79 ◦ blue 49

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

Shades of Trinidad #D64F31

Tints of Trinidad #D64F31

RGB

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

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

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

R = 62.57%
G = 23.1%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D64F31 (or 0xD64F31) is known color: Trinidad. HEX triplet: D6, 4F and 31. RGB value is (214,79,49). Sum of RGB (Red+Green+Blue) = 214+79+49=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F31 is #29B0CE. Grayscale: #747474. Windows color (decimal): -2732239 or 3231702. OLE color: 3231702.

HSL color Cylindrical-coordinate representation of color #D64F31: hue angle of 10.91º 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 #D64F31 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 79 49 -
CMYK 0 0.63 0.77 0.16
HSL 10.91º 0.67% 0.52% -
HSV(B) 10.91º 0.77% 0.84% -
XYZ 31.08 20.11 5.15 -
YUV 115.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 214 79 49 0 0.63 0.77 0.16 10.91 0.67 0.52
Hex D6 4F 31 0 3F 4D 10 B 43 34
Octal 326 117 61 0 77 115 20 13 103 64
Binary 11010110 1001111 110001 0 111111 1001101 10000 1011 1000011 110100

Color Harmonies of #D64F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F31

Black with #D64F31

Text Example


Text Example

White with #D64F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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