Html Css Color HEX #D0481F Trinidad

📋 copy color: '#D0481F'

red 208 ◦ green 72 ◦ blue 31

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

Shades of Trinidad #D0481F

Tints of Trinidad #D0481F

RGB

 RED value IS 208 (81.64% from 255) = 66.88%

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 31 (12.5% from 255) = 9.97%

R = 66.88%
G = 23.15%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0481F (or 0xD0481F) is known color: Trinidad. HEX triplet: D0, 48 and 1F. RGB value is (208,72,31). Sum of RGB (Red+Green+Blue) = 208+72+31=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0481F is #2FB7E0. Grayscale: #6C6C6C. Windows color (decimal): -3127265 or 2050256. OLE color: 2050256.

HSL color Cylindrical-coordinate representation of color #D0481F: hue angle of 13.9º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0481F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 31 -
CMYK 0 0.65 0.85 0.18
HSL 13.9º 0.74% 0.47% -
HSV(B) 13.9º 0.85% 0.82% -
XYZ 28.58 18.14 3.29 -
YUV 107.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 208 72 31 0 0.65 0.85 0.18 13.9 0.74 0.47
Hex D0 48 1F 0 41 55 12 E 4A 2F
Octal 320 110 37 0 101 125 22 16 112 57
Binary 11010000 1001000 11111 0 1000001 1010101 10010 1110 1001010 101111

Color Harmonies of #D0481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0481F

Black with #D0481F

Text Example


Text Example

White with #D0481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0481F; }

 p { color: rgb(208,72,31); }

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

background-color css

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

 a { background-color: rgb(208,72,31); }

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

border-color css

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

 span { border-color: rgb(208,72,31); }

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