Html Css Color HEX #D25025 Trinidad

📋 copy color: '#D25025'

red 210 ◦ green 80 ◦ blue 37

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

Shades of Trinidad #D25025

Tints of Trinidad #D25025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 64.22%
G = 24.46%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D25025 (or 0xD25025) is known color: Trinidad. HEX triplet: D2, 50 and 25. RGB value is (210,80,37). Sum of RGB (Red+Green+Blue) = 210+80+37=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D25025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25025 is #2DAFDA. Grayscale: #727272. Windows color (decimal): -2994139 or 2445522. OLE color: 2445522.

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

Color convert

RGB 210 80 37 -
CMYK 0 0.62 0.82 0.18
HSL 14.91º 0.7% 0.48% -
HSV(B) 14.91º 0.82% 0.82% -
XYZ 29.78 19.57 3.96 -
YUV 113.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 210 80 37 0 0.62 0.82 0.18 14.91 0.7 0.48
Hex D2 50 25 0 3E 52 12 F 46 30
Octal 322 120 45 0 76 122 22 17 106 60
Binary 11010010 1010000 100101 0 111110 1010010 10010 1111 1000110 110000

Color Harmonies of #D25025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25025

Black with #D25025

Text Example


Text Example

White with #D25025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25025; }

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

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

background-color css

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

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

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

border-color css

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

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

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