Html Css Color HEX #D43323 Persian Red

📋 copy color: '#D43323'

red 212 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #D43323

Tints of Persian Red #D43323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 71.14%
G = 17.11%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D43323 (or 0xD43323) is known color: Persian Red. HEX triplet: D4, 33 and 23. RGB value is (212,51,35). Sum of RGB (Red+Green+Blue) = 212+51+35=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D43323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43323 is #2BCCDC. Grayscale: #616161. Windows color (decimal): -2870493 or 2307028. OLE color: 2307028.

HSL color Cylindrical-coordinate representation of color #D43323: hue angle of 5.42º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D43323 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 51 35 -
CMYK 0 0.76 0.83 0.17
HSL 5.42º 0.72% 0.48% -
HSV(B) 5.42º 0.83% 0.83% -
XYZ 28.64 16.49 3.26 -
YUV 97.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 212 51 35 0 0.76 0.83 0.17 5.42 0.72 0.48
Hex D4 33 23 0 4C 53 11 5 48 30
Octal 324 63 43 0 114 123 21 5 110 60
Binary 11010100 110011 100011 0 1001100 1010011 10001 101 1001000 110000

Color Harmonies of #D43323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43323

Black with #D43323

Text Example


Text Example

White with #D43323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43323; }

 p { color: rgb(212,51,35); }

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

background-color css

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

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

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

border-color css

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

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

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