Html Css Color HEX #D23327 Persian Red

📋 copy color: '#D23327'

red 210 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #D23327

Tints of Persian Red #D23327

RGB

 RED value IS 210 (82.42% from 255) = 70%

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

 BLUE value IS 39 (15.63% from 255) = 13%

R = 70%
G = 17%
B = 13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D23327 (or 0xD23327) is known color: Persian Red. HEX triplet: D2, 33 and 27. RGB value is (210,51,39). Sum of RGB (Red+Green+Blue) = 210+51+39=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D23327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23327 is #2DCCD8. Grayscale: #616161. Windows color (decimal): -3001561 or 2569170. OLE color: 2569170.

HSL color Cylindrical-coordinate representation of color #D23327: hue angle of 4.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23327 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 39 -
CMYK 0 0.76 0.81 0.18
HSL 4.21º 0.69% 0.49% -
HSV(B) 4.21º 0.81% 0.82% -
XYZ 28.13 16.22 3.57 -
YUV 97.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 210 51 39 0 0.76 0.81 0.18 4.21 0.69 0.49
Hex D2 33 27 0 4C 51 12 4 45 31
Octal 322 63 47 0 114 121 22 4 105 61
Binary 11010010 110011 100111 0 1001100 1010001 10010 100 1000101 110001

Color Harmonies of #D23327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23327

Black with #D23327

Text Example


Text Example

White with #D23327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23327; }

 p { color: rgb(210,51,39); }

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

background-color css

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

 a { background-color: rgb(210,51,39); }

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

border-color css

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

 span { border-color: rgb(210,51,39); }

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