Html Css Color HEX #D02525 Persian Red

📋 copy color: '#D02525'

red 208 ◦ green 37 ◦ blue 37

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

Shades of Persian Red #D02525

Tints of Persian Red #D02525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 73.76%
G = 13.12%
B = 13.12%

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

#D02525 (or 0xD02525) is known color: Persian Red. HEX triplet: D0, 25 and 25. RGB value is (208,37,37). Sum of RGB (Red+Green+Blue) = 208+37+37=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D02525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02525 is #2FDADA. Grayscale: #585858. Windows color (decimal): -3136219 or 2434512. OLE color: 2434512.

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

Color convert

RGB 208 37 37 -
CMYK 0 0.82 0.82 0.18
HSL 0.7% 0.48% -
HSV(B) 0.82% 0.82% -
XYZ 27.01 14.87 3.2 -
YUV 88.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 208 37 37 0 0.82 0.82 0.18 0 0.7 0.48
Hex D0 25 25 0 52 52 12 0 46 30
Octal 320 45 45 0 122 122 22 0 106 60
Binary 11010000 100101 100101 0 1010010 1010010 10010 0 1000110 110000

Color Harmonies of #D02525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02525

Black with #D02525

Text Example


Text Example

White with #D02525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02525; }

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

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

background-color css

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

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

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

border-color css

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

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

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