Html Css Color HEX #D22522 Persian Red

📋 copy color: '#D22522'

red 210 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #D22522

Tints of Persian Red #D22522

RGB

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

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

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

R = 74.73%
G = 13.17%
B = 12.1%

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

#D22522 (or 0xD22522) is known color: Persian Red. HEX triplet: D2, 25 and 22. RGB value is (210,37,34). Sum of RGB (Red+Green+Blue) = 210+37+34=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D22522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22522 is #2DDADD. Grayscale: #585858. Windows color (decimal): -3005150 or 2237906. OLE color: 2237906.

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

Color convert

RGB 210 37 34 -
CMYK 0 0.82 0.84 0.18
HSL 1.02º 0.72% 0.48% -
HSV(B) 1.02º 0.84% 0.82% -
XYZ 27.53 15.14 2.98 -
YUV 88.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 210 37 34 0 0.82 0.84 0.18 1.02 0.72 0.48
Hex D2 25 22 0 52 54 12 1 48 30
Octal 322 45 42 0 122 124 22 1 110 60
Binary 11010010 100101 100010 0 1010010 1010100 10010 1 1001000 110000

Color Harmonies of #D22522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22522

Black with #D22522

Text Example


Text Example

White with #D22522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22522; }

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

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

background-color css

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

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

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

border-color css

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

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

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