Html Css Color HEX #D23F2E Persian Red

📋 copy color: '#D23F2E'

red 210 ◦ green 63 ◦ blue 46

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

Shades of Persian Red #D23F2E

Tints of Persian Red #D23F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.75%

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

R = 65.83%
G = 19.75%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D23F2E (or 0xD23F2E) is known color: Persian Red. HEX triplet: D2, 3F and 2E. RGB value is (210,63,46). Sum of RGB (Red+Green+Blue) = 210+63+46=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F2E is #2DC0D1. Grayscale: #696969. Windows color (decimal): -2998482 or 3030994. OLE color: 3030994.

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

Color convert

RGB 210 63 46 -
CMYK 0 0.70 0.78 0.18
HSL 6.22º 0.65% 0.5% -
HSV(B) 6.22º 0.78% 0.82% -
XYZ 28.85 17.45 4.43 -
YUV 105.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 210 63 46 0 0.70 0.78 0.18 6.22 0.65 0.5
Hex D2 3F 2E 0 46 4E 12 6 41 32
Octal 322 77 56 0 106 116 22 6 101 62
Binary 11010010 111111 101110 0 1000110 1001110 10010 110 1000001 110010

Color Harmonies of #D23F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F2E

Black with #D23F2E

Text Example


Text Example

White with #D23F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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