Html Css Color HEX #D23433 Persian Red

📋 copy color: '#D23433'

red 210 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #D23433

Tints of Persian Red #D23433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 67.09%
G = 16.61%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23433 (or 0xD23433) is known color: Persian Red. HEX triplet: D2, 34 and 33. RGB value is (210,52,51). Sum of RGB (Red+Green+Blue) = 210+52+51=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23433 is #2DCBCC. Grayscale: #636363. Windows color (decimal): -3001293 or 3355858. OLE color: 3355858.

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

Color convert

RGB 210 52 51 -
CMYK 0 0.75 0.76 0.18
HSL 0.38º 0.64% 0.51% -
HSV(B) 0.38º 0.76% 0.82% -
XYZ 28.4 16.4 4.8 -
YUV 99.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 210 52 51 0 0.75 0.76 0.18 0.38 0.64 0.51
Hex D2 34 33 0 4B 4C 12 0 40 33
Octal 322 64 63 0 113 114 22 0 100 63
Binary 11010010 110100 110011 0 1001011 1001100 10010 0 1000000 110011

Color Harmonies of #D23433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23433

Black with #D23433

Text Example


Text Example

White with #D23433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23433; }

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

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

background-color css

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

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

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

border-color css

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

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

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