Html Css Color HEX #D23B33 Persian Red

📋 copy color: '#D23B33'

red 210 ◦ green 59 ◦ blue 51

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

Shades of Persian Red #D23B33

Tints of Persian Red #D23B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

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

R = 65.63%
G = 18.44%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D23B33 (or 0xD23B33) is known color: Persian Red. HEX triplet: D2, 3B and 33. RGB value is (210,59,51). Sum of RGB (Red+Green+Blue) = 210+59+51=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B33 is #2DC4CC. Grayscale: #676767. Windows color (decimal): -2999501 or 3357650. OLE color: 3357650.

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

Color convert

RGB 210 59 51 -
CMYK 0 0.72 0.76 0.18
HSL 3.02º 0.64% 0.51% -
HSV(B) 3.02º 0.76% 0.82% -
XYZ 28.74 17.07 4.91 -
YUV 103.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 210 59 51 0 0.72 0.76 0.18 3.02 0.64 0.51
Hex D2 3B 33 0 48 4C 12 3 40 33
Octal 322 73 63 0 110 114 22 3 100 63
Binary 11010010 111011 110011 0 1001000 1001100 10010 11 1000000 110011

Color Harmonies of #D23B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B33

Black with #D23B33

Text Example


Text Example

White with #D23B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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