Html Css Color HEX #D12323 Persian Red

📋 copy color: '#D12323'

red 209 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #D12323

Tints of Persian Red #D12323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 74.91%
G = 12.54%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D12323 (or 0xD12323) is known color: Persian Red. HEX triplet: D1, 23 and 23. RGB value is (209,35,35). Sum of RGB (Red+Green+Blue) = 209+35+35=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D12323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12323 is #2EDCDC. Grayscale: #575757. Windows color (decimal): -3071197 or 2302929. OLE color: 2302929.

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

Color convert

RGB 209 35 35 -
CMYK 0 0.83 0.83 0.18
HSL 0.71% 0.48% -
HSV(B) 0.83% 0.82% -
XYZ 27.2 14.88 3.03 -
YUV 87.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 209 35 35 0 0.83 0.83 0.18 0 0.71 0.48
Hex D1 23 23 0 53 53 12 0 47 30
Octal 321 43 43 0 123 123 22 0 107 60
Binary 11010001 100011 100011 0 1010011 1010011 10010 0 1000111 110000

Color Harmonies of #D12323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12323

Black with #D12323

Text Example


Text Example

White with #D12323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12323; }

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

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

background-color css

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

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

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

border-color css

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

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

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