Html Css Color HEX #D23933 Persian Red

📋 copy color: '#D23933'

red 210 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #D23933

Tints of Persian Red #D23933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

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

R = 66.04%
G = 17.92%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23933 (or 0xD23933) is known color: Persian Red. HEX triplet: D2, 39 and 33. RGB value is (210,57,51). Sum of RGB (Red+Green+Blue) = 210+57+51=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23933 is #2DC6CC. Grayscale: #666666. Windows color (decimal): -3000013 or 3357138. OLE color: 3357138.

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

Color convert

RGB 210 57 51 -
CMYK 0 0.73 0.76 0.18
HSL 2.26º 0.64% 0.51% -
HSV(B) 2.26º 0.76% 0.82% -
XYZ 28.64 16.87 4.88 -
YUV 102.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 210 57 51 0 0.73 0.76 0.18 2.26 0.64 0.51
Hex D2 39 33 0 49 4C 12 2 40 33
Octal 322 71 63 0 111 114 22 2 100 63
Binary 11010010 111001 110011 0 1001001 1001100 10010 10 1000000 110011

Color Harmonies of #D23933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23933

Black with #D23933

Text Example


Text Example

White with #D23933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23933; }

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

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

background-color css

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

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

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

border-color css

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

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

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