Html Css Color HEX #D23830 Persian Red

📋 copy color: '#D23830'

red 210 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #D23830

Tints of Persian Red #D23830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 66.88%
G = 17.83%
B = 15.29%

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

#D23830 (or 0xD23830) is known color: Persian Red. HEX triplet: D2, 38 and 30. RGB value is (210,56,48). Sum of RGB (Red+Green+Blue) = 210+56+48=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23830 is #2DC7CF. Grayscale: #656565. Windows color (decimal): -3000272 or 3160274. OLE color: 3160274.

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

Color convert

RGB 210 56 48 -
CMYK 0 0.73 0.77 0.18
HSL 2.96º 0.64% 0.51% -
HSV(B) 2.96º 0.77% 0.82% -
XYZ 28.53 16.74 4.52 -
YUV 101.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 210 56 48 0 0.73 0.77 0.18 2.96 0.64 0.51
Hex D2 38 30 0 49 4D 12 3 40 33
Octal 322 70 60 0 111 115 22 3 100 63
Binary 11010010 111000 110000 0 1001001 1001101 10010 11 1000000 110011

Color Harmonies of #D23830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23830

Black with #D23830

Text Example


Text Example

White with #D23830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23830; }

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

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

background-color css

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

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

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

border-color css

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

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

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