Html Css Color HEX #D23730 Persian Red

📋 copy color: '#D23730'

red 210 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #D23730

Tints of Persian Red #D23730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 67.09%
G = 17.57%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23730 (or 0xD23730) is known color: Persian Red. HEX triplet: D2, 37 and 30. RGB value is (210,55,48). Sum of RGB (Red+Green+Blue) = 210+55+48=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23730 is #2DC8CF. Grayscale: #646464. Windows color (decimal): -3000528 or 3160018. OLE color: 3160018.

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

Color convert

RGB 210 55 48 -
CMYK 0 0.74 0.77 0.18
HSL 2.59º 0.64% 0.51% -
HSV(B) 2.59º 0.77% 0.82% -
XYZ 28.48 16.65 4.51 -
YUV 100.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 210 55 48 0 0.74 0.77 0.18 2.59 0.64 0.51
Hex D2 37 30 0 4A 4D 12 3 40 33
Octal 322 67 60 0 112 115 22 3 100 63
Binary 11010010 110111 110000 0 1001010 1001101 10010 11 1000000 110011

Color Harmonies of #D23730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23730

Black with #D23730

Text Example


Text Example

White with #D23730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23730; }

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

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

background-color css

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

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

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

border-color css

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

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

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