Html Css Color HEX #D23B2E Persian Red

📋 copy color: '#D23B2E'

red 210 ◦ green 59 ◦ blue 46

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

Shades of Persian Red #D23B2E

Tints of Persian Red #D23B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 66.67%
G = 18.73%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D23B2E (or 0xD23B2E) is known color: Persian Red. HEX triplet: D2, 3B and 2E. RGB value is (210,59,46). Sum of RGB (Red+Green+Blue) = 210+59+46=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B2E is #2DC4D1. Grayscale: #666666. Windows color (decimal): -2999506 or 3029970. OLE color: 3029970.

HSL color Cylindrical-coordinate representation of color #D23B2E: hue angle of 4.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D23B2E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 59 46 -
CMYK 0 0.72 0.78 0.18
HSL 4.76º 0.65% 0.5% -
HSV(B) 4.76º 0.78% 0.82% -
XYZ 28.64 17.03 4.36 -
YUV 102.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 210 59 46 0 0.72 0.78 0.18 4.76 0.65 0.5
Hex D2 3B 2E 0 48 4E 12 5 41 32
Octal 322 73 56 0 110 116 22 5 101 62
Binary 11010010 111011 101110 0 1001000 1001110 10010 101 1000001 110010

Color Harmonies of #D23B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B2E

Black with #D23B2E

Text Example


Text Example

White with #D23B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B2E; }

 p { color: rgb(210,59,46); }

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

background-color css

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

 a { background-color: rgb(210,59,46); }

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

border-color css

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

 span { border-color: rgb(210,59,46); }

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