Html Css Color HEX #D12822 Persian Red

📋 copy color: '#D12822'

red 209 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #D12822

Tints of Persian Red #D12822

RGB

 RED value IS 209 (82.03% from 255) = 73.85%

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

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

R = 73.85%
G = 14.13%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12822 (or 0xD12822) is known color: Persian Red. HEX triplet: D1, 28 and 22. RGB value is (209,40,34). Sum of RGB (Red+Green+Blue) = 209+40+34=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D12822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12822 is #2ED7DD. Grayscale: #5A5A5A. Windows color (decimal): -3069918 or 2238673. OLE color: 2238673.

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

Color convert

RGB 209 40 34 -
CMYK 0 0.81 0.84 0.18
HSL 2.06º 0.72% 0.48% -
HSV(B) 2.06º 0.84% 0.82% -
XYZ 27.34 15.19 3 -
YUV 89.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 209 40 34 0 0.81 0.84 0.18 2.06 0.72 0.48
Hex D1 28 22 0 51 54 12 2 48 30
Octal 321 50 42 0 121 124 22 2 110 60
Binary 11010001 101000 100010 0 1010001 1010100 10010 10 1001000 110000

Color Harmonies of #D12822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12822

Black with #D12822

Text Example


Text Example

White with #D12822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12822; }

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

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

background-color css

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

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

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

border-color css

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

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

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