Html Css Color HEX #D22F2F Persian Red

📋 copy color: '#D22F2F'

red 210 ◦ green 47 ◦ blue 47

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

Shades of Persian Red #D22F2F

Tints of Persian Red #D22F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 69.08%
G = 15.46%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D22F2F (or 0xD22F2F) is known color: Persian Red. HEX triplet: D2, 2F and 2F. RGB value is (210,47,47). Sum of RGB (Red+Green+Blue) = 210+47+47=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F2F is #2DD0D0. Grayscale: #5F5F5F. Windows color (decimal): -3002577 or 3092434. OLE color: 3092434.

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

Color convert

RGB 210 47 47 -
CMYK 0 0.78 0.78 0.18
HSL 0.64% 0.5% -
HSV(B) 0.78% 0.82% -
XYZ 28.11 15.94 4.28 -
YUV 95.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 210 47 47 0 0.78 0.78 0.18 0 0.64 0.5
Hex D2 2F 2F 0 4E 4E 12 0 40 32
Octal 322 57 57 0 116 116 22 0 100 62
Binary 11010010 101111 101111 0 1001110 1001110 10010 0 1000000 110010

Color Harmonies of #D22F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F2F

Black with #D22F2F

Text Example


Text Example

White with #D22F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F2F; }

 p { color: rgb(210,47,47); }

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

background-color css

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

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

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

border-color css

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

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

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