Html Css Color HEX #D25031 Trinidad

📋 copy color: '#D25031'

red 210 ◦ green 80 ◦ blue 49

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

Shades of Trinidad #D25031

Tints of Trinidad #D25031

RGB

 RED value IS 210 (82.42% from 255) = 61.95%

 GREEN value IS 80 (31.64% from 255) = 23.6%

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

R = 61.95%
G = 23.6%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D25031 (or 0xD25031) is known color: Trinidad. HEX triplet: D2, 50 and 31. RGB value is (210,80,49). Sum of RGB (Red+Green+Blue) = 210+80+49=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D25031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25031 is #2DAFCE. Grayscale: #737373. Windows color (decimal): -2994127 or 3231954. OLE color: 3231954.

HSL color Cylindrical-coordinate representation of color #D25031: hue angle of 11.55º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D25031 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 80 49 -
CMYK 0 0.62 0.77 0.18
HSL 11.55º 0.64% 0.51% -
HSV(B) 11.55º 0.77% 0.82% -
XYZ 30 19.66 5.12 -
YUV 115.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 210 80 49 0 0.62 0.77 0.18 11.55 0.64 0.51
Hex D2 50 31 0 3E 4D 12 C 40 33
Octal 322 120 61 0 76 115 22 14 100 63
Binary 11010010 1010000 110001 0 111110 1001101 10010 1100 1000000 110011

Color Harmonies of #D25031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25031

Black with #D25031

Text Example


Text Example

White with #D25031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25031; }

 p { color: rgb(210,80,49); }

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

background-color css

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

 a { background-color: rgb(210,80,49); }

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

border-color css

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

 span { border-color: rgb(210,80,49); }

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