Html Css Color HEX #D44F30 Trinidad

📋 copy color: '#D44F30'

red 212 ◦ green 79 ◦ blue 48

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

Shades of Trinidad #D44F30

Tints of Trinidad #D44F30

RGB

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

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

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

R = 62.54%
G = 23.3%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D44F30 (or 0xD44F30) is known color: Trinidad. HEX triplet: D4, 4F and 30. RGB value is (212,79,48). Sum of RGB (Red+Green+Blue) = 212+79+48=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F30 is #2BB0CF. Grayscale: #737373. Windows color (decimal): -2863312 or 3166164. OLE color: 3166164.

HSL color Cylindrical-coordinate representation of color #D44F30: hue angle of 11.34º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D44F30 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 48 -
CMYK 0 0.63 0.77 0.17
HSL 11.34º 0.66% 0.51% -
HSV(B) 11.34º 0.77% 0.83% -
XYZ 30.48 19.8 5.01 -
YUV 115.23 90.06 197.02 -
System Red Green Blue C M Y K H S L
Decimal 212 79 48 0 0.63 0.77 0.17 11.34 0.66 0.51
Hex D4 4F 30 0 3F 4D 11 B 42 33
Octal 324 117 60 0 77 115 21 13 102 63
Binary 11010100 1001111 110000 0 111111 1001101 10001 1011 1000010 110011

Color Harmonies of #D44F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F30

Black with #D44F30

Text Example


Text Example

White with #D44F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F30; }

 p { color: rgb(212,79,48); }

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

background-color css

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

 a { background-color: rgb(212,79,48); }

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

border-color css

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

 span { border-color: rgb(212,79,48); }

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