Html Css Color HEX #D02625 Persian Red

📋 copy color: '#D02625'

red 208 ◦ green 38 ◦ blue 37

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

Shades of Persian Red #D02625

Tints of Persian Red #D02625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 73.5%
G = 13.43%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D02625 (or 0xD02625) is known color: Persian Red. HEX triplet: D0, 26 and 25. RGB value is (208,38,37). Sum of RGB (Red+Green+Blue) = 208+38+37=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02625 is #2FD9DA. Grayscale: #585858. Windows color (decimal): -3135963 or 2434768. OLE color: 2434768.

HSL color Cylindrical-coordinate representation of color #D02625: hue angle of 0.35º 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 #D02625 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 37 -
CMYK 0 0.82 0.82 0.18
HSL 0.35º 0.7% 0.48% -
HSV(B) 0.35º 0.82% 0.82% -
XYZ 27.04 14.93 3.21 -
YUV 88.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 208 38 37 0 0.82 0.82 0.18 0.35 0.7 0.48
Hex D0 26 25 0 52 52 12 0 46 30
Octal 320 46 45 0 122 122 22 0 106 60
Binary 11010000 100110 100101 0 1010010 1010010 10010 0 1000110 110000

Color Harmonies of #D02625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02625

Black with #D02625

Text Example


Text Example

White with #D02625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02625; }

 p { color: rgb(208,38,37); }

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

background-color css

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

 a { background-color: rgb(208,38,37); }

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

border-color css

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

 span { border-color: rgb(208,38,37); }

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