Html Css Color HEX #D23330 Persian Red

📋 copy color: '#D23330'

red 210 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #D23330

Tints of Persian Red #D23330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 67.96%
G = 16.5%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23330 (or 0xD23330) is known color: Persian Red. HEX triplet: D2, 33 and 30. RGB value is (210,51,48). Sum of RGB (Red+Green+Blue) = 210+51+48=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D23330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23330 is #2DCCCF. Grayscale: #626262. Windows color (decimal): -3001552 or 3158994. OLE color: 3158994.

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

Color convert

RGB 210 51 48 -
CMYK 0 0.76 0.77 0.18
HSL 1.11º 0.64% 0.51% -
HSV(B) 1.11º 0.77% 0.82% -
XYZ 28.3 16.28 4.45 -
YUV 98.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 210 51 48 0 0.76 0.77 0.18 1.11 0.64 0.51
Hex D2 33 30 0 4C 4D 12 1 40 33
Octal 322 63 60 0 114 115 22 1 100 63
Binary 11010010 110011 110000 0 1001100 1001101 10010 1 1000000 110011

Color Harmonies of #D23330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23330

Black with #D23330

Text Example


Text Example

White with #D23330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23330; }

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

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

background-color css

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

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

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

border-color css

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

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

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