Html Css Color HEX #D25039 Trinidad

📋 copy color: '#D25039'

red 210 ◦ green 80 ◦ blue 57

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

Shades of Trinidad #D25039

Tints of Trinidad #D25039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.43%

R = 60.52%
G = 23.05%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D25039 (or 0xD25039) is known color: Trinidad. HEX triplet: D2, 50 and 39. RGB value is (210,80,57). Sum of RGB (Red+Green+Blue) = 210+80+57=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D25039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25039 is #2DAFC6. Grayscale: #747474. Windows color (decimal): -2994119 or 3756242. OLE color: 3756242.

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

Color convert

RGB 210 80 57 -
CMYK 0 0.62 0.73 0.18
HSL 9.02º 0.63% 0.52% -
HSV(B) 9.02º 0.73% 0.82% -
XYZ 30.19 19.73 6.09 -
YUV 116.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 210 80 57 0 0.62 0.73 0.18 9.02 0.63 0.52
Hex D2 50 39 0 3E 49 12 9 3F 34
Octal 322 120 71 0 76 111 22 11 77 64
Binary 11010010 1010000 111001 0 111110 1001001 10010 1001 111111 110100

Color Harmonies of #D25039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25039

Black with #D25039

Text Example


Text Example

White with #D25039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25039; }

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

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

background-color css

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

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

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

border-color css

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

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

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