Html Css Color HEX #D42822 Persian Red

📋 copy color: '#D42822'

red 212 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #D42822

Tints of Persian Red #D42822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

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

R = 74.13%
G = 13.99%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D42822 (or 0xD42822) is known color: Persian Red. HEX triplet: D4, 28 and 22. RGB value is (212,40,34). Sum of RGB (Red+Green+Blue) = 212+40+34=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D42822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42822 is #2BD7DD. Grayscale: #5A5A5A. Windows color (decimal): -2873310 or 2238676. OLE color: 2238676.

HSL color Cylindrical-coordinate representation of color #D42822: hue angle of 2.02º 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 #D42822 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 34 -
CMYK 0 0.81 0.84 0.17
HSL 2.02º 0.72% 0.48% -
HSV(B) 2.02º 0.84% 0.83% -
XYZ 28.2 15.63 3.04 -
YUV 90.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 212 40 34 0 0.81 0.84 0.17 2.02 0.72 0.48
Hex D4 28 22 0 51 54 11 2 48 30
Octal 324 50 42 0 121 124 21 2 110 60
Binary 11010100 101000 100010 0 1010001 1010100 10001 10 1001000 110000

Color Harmonies of #D42822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42822

Black with #D42822

Text Example


Text Example

White with #D42822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42822; }

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

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

background-color css

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

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

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

border-color css

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

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

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