Html Css Color HEX #D23430 Persian Red

📋 copy color: '#D23430'

red 210 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #D23430

Tints of Persian Red #D23430

RGB

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

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

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

R = 67.74%
G = 16.77%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23430 (or 0xD23430) is known color: Persian Red. HEX triplet: D2, 34 and 30. RGB value is (210,52,48). Sum of RGB (Red+Green+Blue) = 210+52+48=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D23430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23430 is #2DCBCF. Grayscale: #626262. Windows color (decimal): -3001296 or 3159250. OLE color: 3159250.

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

Color convert

RGB 210 52 48 -
CMYK 0 0.75 0.77 0.18
HSL 1.48º 0.64% 0.51% -
HSV(B) 1.48º 0.77% 0.82% -
XYZ 28.34 16.37 4.46 -
YUV 98.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 210 52 48 0 0.75 0.77 0.18 1.48 0.64 0.51
Hex D2 34 30 0 4B 4D 12 1 40 33
Octal 322 64 60 0 113 115 22 1 100 63
Binary 11010010 110100 110000 0 1001011 1001101 10010 1 1000000 110011

Color Harmonies of #D23430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23430

Black with #D23430

Text Example


Text Example

White with #D23430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23430; }

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

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

background-color css

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

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

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

border-color css

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

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

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