Html Css Color HEX #D02A25 Persian Red

📋 copy color: '#D02A25'

red 208 ◦ green 42 ◦ blue 37

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

Shades of Persian Red #D02A25

Tints of Persian Red #D02A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.63%

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

R = 72.47%
G = 14.63%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D02A25 (or 0xD02A25) is known color: Persian Red. HEX triplet: D0, 2A and 25. RGB value is (208,42,37). Sum of RGB (Red+Green+Blue) = 208+42+37=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A25 is #2FD5DA. Grayscale: #5B5B5B. Windows color (decimal): -3134939 or 2435792. OLE color: 2435792.

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

Color convert

RGB 208 42 37 -
CMYK 0 0.80 0.82 0.18
HSL 1.75º 0.7% 0.48% -
HSV(B) 1.75º 0.82% 0.82% -
XYZ 27.17 15.2 3.25 -
YUV 91.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 208 42 37 0 0.80 0.82 0.18 1.75 0.7 0.48
Hex D0 2A 25 0 50 52 12 2 46 30
Octal 320 52 45 0 120 122 22 2 106 60
Binary 11010000 101010 100101 0 1010000 1010010 10010 10 1000110 110000

Color Harmonies of #D02A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A25

Black with #D02A25

Text Example


Text Example

White with #D02A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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