Html Css Color HEX #D23930 Persian Red

📋 copy color: '#D23930'

red 210 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #D23930

Tints of Persian Red #D23930

RGB

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

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

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

R = 66.67%
G = 18.1%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23930 (or 0xD23930) is known color: Persian Red. HEX triplet: D2, 39 and 30. RGB value is (210,57,48). Sum of RGB (Red+Green+Blue) = 210+57+48=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23930 is #2DC6CF. Grayscale: #656565. Windows color (decimal): -3000016 or 3160530. OLE color: 3160530.

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

Color convert

RGB 210 57 48 -
CMYK 0 0.73 0.77 0.18
HSL 3.33º 0.64% 0.51% -
HSV(B) 3.33º 0.77% 0.82% -
XYZ 28.57 16.84 4.54 -
YUV 101.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 210 57 48 0 0.73 0.77 0.18 3.33 0.64 0.51
Hex D2 39 30 0 49 4D 12 3 40 33
Octal 322 71 60 0 111 115 22 3 100 63
Binary 11010010 111001 110000 0 1001001 1001101 10010 11 1000000 110011

Color Harmonies of #D23930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23930

Black with #D23930

Text Example


Text Example

White with #D23930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23930; }

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

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

background-color css

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

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

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

border-color css

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

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

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