Html Css Color HEX #D42222 Persian Red

📋 copy color: '#D42222'

red 212 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #D42222

Tints of Persian Red #D42222

RGB

 RED value IS 212 (83.2% from 255) = 75.71%

 GREEN value IS 34 (13.67% from 255) = 12.14%

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

R = 75.71%
G = 12.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D42222 (or 0xD42222) is known color: Persian Red. HEX triplet: D4, 22 and 22. RGB value is (212,34,34). Sum of RGB (Red+Green+Blue) = 212+34+34=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D42222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42222 is #2BDDDD. Grayscale: #575757. Windows color (decimal): -2874846 or 2237140. OLE color: 2237140.

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

Color convert

RGB 212 34 34 -
CMYK 0 0.84 0.84 0.17
HSL 0.72% 0.48% -
HSV(B) 0.84% 0.83% -
XYZ 28.01 15.26 2.98 -
YUV 87.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 212 34 34 0 0.84 0.84 0.17 0 0.72 0.48
Hex D4 22 22 0 54 54 11 0 48 30
Octal 324 42 42 0 124 124 21 0 110 60
Binary 11010100 100010 100010 0 1010100 1010100 10001 0 1001000 110000

Color Harmonies of #D42222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42222

Black with #D42222

Text Example


Text Example

White with #D42222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42222; }

 p { color: rgb(212,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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