Html Css Color HEX #D44D1D Trinidad

📋 copy color: '#D44D1D'

red 212 ◦ green 77 ◦ blue 29

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

Shades of Trinidad #D44D1D

Tints of Trinidad #D44D1D

RGB

 RED value IS 212 (83.2% from 255) = 66.67%

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 66.67%
G = 24.21%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D44D1D (or 0xD44D1D) is known color: Trinidad. HEX triplet: D4, 4D and 1D. RGB value is (212,77,29). Sum of RGB (Red+Green+Blue) = 212+77+29=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D1D is #2BB2E2. Grayscale: #707070. Windows color (decimal): -2863843 or 1920468. OLE color: 1920468.

HSL color Cylindrical-coordinate representation of color #D44D1D: hue angle of 15.74º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D44D1D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 77 29 -
CMYK 0 0.64 0.86 0.17
HSL 15.74º 0.76% 0.47% -
HSV(B) 15.74º 0.86% 0.83% -
XYZ 30.03 19.39 3.32 -
YUV 111.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 212 77 29 0 0.64 0.86 0.17 15.74 0.76 0.47
Hex D4 4D 1D 0 40 56 11 10 4C 2F
Octal 324 115 35 0 100 126 21 20 114 57
Binary 11010100 1001101 11101 0 1000000 1010110 10001 10000 1001100 101111

Color Harmonies of #D44D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44D1D

Black with #D44D1D

Text Example


Text Example

White with #D44D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44D1D; }

 p { color: rgb(212,77,29); }

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

background-color css

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

 a { background-color: rgb(212,77,29); }

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

border-color css

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

 span { border-color: rgb(212,77,29); }

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