Html Css Color HEX #D64C30 Trinidad

📋 copy color: '#D64C30'

red 214 ◦ green 76 ◦ blue 48

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

Shades of Trinidad #D64C30

Tints of Trinidad #D64C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 63.31%
G = 22.49%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D64C30 (or 0xD64C30) is known color: Trinidad. HEX triplet: D6, 4C and 30. RGB value is (214,76,48). Sum of RGB (Red+Green+Blue) = 214+76+48=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C30 is #29B3CF. Grayscale: #727272. Windows color (decimal): -2733008 or 3165398. OLE color: 3165398.

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

Color convert

RGB 214 76 48 -
CMYK 0 0.64 0.78 0.16
HSL 10.12º 0.67% 0.51% -
HSV(B) 10.12º 0.78% 0.84% -
XYZ 30.85 19.68 4.97 -
YUV 114.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 214 76 48 0 0.64 0.78 0.16 10.12 0.67 0.51
Hex D6 4C 30 0 40 4E 10 A 43 33
Octal 326 114 60 0 100 116 20 12 103 63
Binary 11010110 1001100 110000 0 1000000 1001110 10000 1010 1000011 110011

Color Harmonies of #D64C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C30

Black with #D64C30

Text Example


Text Example

White with #D64C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C30; }

 p { color: rgb(214,76,48); }

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

background-color css

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

 a { background-color: rgb(214,76,48); }

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

border-color css

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

 span { border-color: rgb(214,76,48); }

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