Html Css Color HEX #D22F29 Persian Red

📋 copy color: '#D22F29'

red 210 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #D22F29

Tints of Persian Red #D22F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 70.47%
G = 15.77%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D22F29 (or 0xD22F29) is known color: Persian Red. HEX triplet: D2, 2F and 29. RGB value is (210,47,41). Sum of RGB (Red+Green+Blue) = 210+47+41=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F29 is #2DD0D6. Grayscale: #5F5F5F. Windows color (decimal): -3002583 or 2699218. OLE color: 2699218.

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

Color convert

RGB 210 47 41 -
CMYK 0 0.78 0.80 0.18
HSL 2.13º 0.67% 0.49% -
HSV(B) 2.13º 0.8% 0.82% -
XYZ 28 15.89 3.69 -
YUV 95.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 210 47 41 0 0.78 0.80 0.18 2.13 0.67 0.49
Hex D2 2F 29 0 4E 50 12 2 43 31
Octal 322 57 51 0 116 120 22 2 103 61
Binary 11010010 101111 101001 0 1001110 1010000 10010 10 1000011 110001

Color Harmonies of #D22F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F29

Black with #D22F29

Text Example


Text Example

White with #D22F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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