Html Css Color HEX #D02522 Persian Red

📋 copy color: '#D02522'

red 208 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #D02522

Tints of Persian Red #D02522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 74.55%
G = 13.26%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D02522 (or 0xD02522) is known color: Persian Red. HEX triplet: D0, 25 and 22. RGB value is (208,37,34). Sum of RGB (Red+Green+Blue) = 208+37+34=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D02522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02522 is #2FDADD. Grayscale: #575757. Windows color (decimal): -3136222 or 2237904. OLE color: 2237904.

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

Color convert

RGB 208 37 34 -
CMYK 0 0.82 0.84 0.18
HSL 1.03º 0.72% 0.47% -
HSV(B) 1.03º 0.84% 0.82% -
XYZ 26.96 14.85 2.96 -
YUV 87.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 208 37 34 0 0.82 0.84 0.18 1.03 0.72 0.47
Hex D0 25 22 0 52 54 12 1 48 2F
Octal 320 45 42 0 122 124 22 1 110 57
Binary 11010000 100101 100010 0 1010010 1010100 10010 1 1001000 101111

Color Harmonies of #D02522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02522

Black with #D02522

Text Example


Text Example

White with #D02522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02522; }

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

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

background-color css

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

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

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

border-color css

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

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

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