Html Css Color HEX #D12C22 Persian Red

📋 copy color: '#D12C22'

red 209 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #D12C22

Tints of Persian Red #D12C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 72.82%
G = 15.33%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D12C22 (or 0xD12C22) is known color: Persian Red. HEX triplet: D1, 2C and 22. RGB value is (209,44,34). Sum of RGB (Red+Green+Blue) = 209+44+34=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C22 is #2ED3DD. Grayscale: #5C5C5C. Windows color (decimal): -3068894 or 2239697. OLE color: 2239697.

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

Color convert

RGB 209 44 34 -
CMYK 0 0.79 0.84 0.18
HSL 3.43º 0.72% 0.48% -
HSV(B) 3.43º 0.84% 0.82% -
XYZ 27.48 15.47 3.05 -
YUV 92.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 209 44 34 0 0.79 0.84 0.18 3.43 0.72 0.48
Hex D1 2C 22 0 4F 54 12 3 48 30
Octal 321 54 42 0 117 124 22 3 110 60
Binary 11010001 101100 100010 0 1001111 1010100 10010 11 1001000 110000

Color Harmonies of #D12C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C22

Black with #D12C22

Text Example


Text Example

White with #D12C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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