Html Css Color HEX #D12E23 Persian Red

📋 copy color: '#D12E23'

red 209 ◦ green 46 ◦ blue 35

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

Shades of Persian Red #D12E23

Tints of Persian Red #D12E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 72.07%
G = 15.86%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D12E23 (or 0xD12E23) is known color: Persian Red. HEX triplet: D1, 2E and 23. RGB value is (209,46,35). Sum of RGB (Red+Green+Blue) = 209+46+35=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E23 is #2ED1DC. Grayscale: #5D5D5D. Windows color (decimal): -3068381 or 2305745. OLE color: 2305745.

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

Color convert

RGB 209 46 35 -
CMYK 0 0.78 0.83 0.18
HSL 3.79º 0.71% 0.48% -
HSV(B) 3.79º 0.83% 0.82% -
XYZ 27.57 15.63 3.15 -
YUV 93.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 209 46 35 0 0.78 0.83 0.18 3.79 0.71 0.48
Hex D1 2E 23 0 4E 53 12 4 47 30
Octal 321 56 43 0 116 123 22 4 107 60
Binary 11010001 101110 100011 0 1001110 1010011 10010 100 1000111 110000

Color Harmonies of #D12E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E23

Black with #D12E23

Text Example


Text Example

White with #D12E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E23; }

 p { color: rgb(209,46,35); }

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

background-color css

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

 a { background-color: rgb(209,46,35); }

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

border-color css

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

 span { border-color: rgb(209,46,35); }

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