Html Css Color HEX #D23E38 Persian Red

📋 copy color: '#D23E38'

red 210 ◦ green 62 ◦ blue 56

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

Shades of Persian Red #D23E38

Tints of Persian Red #D23E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 56 (22.27% from 255) = 17.07%

R = 64.02%
G = 18.9%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D23E38 (or 0xD23E38) is known color: Persian Red. HEX triplet: D2, 3E and 38. RGB value is (210,62,56). Sum of RGB (Red+Green+Blue) = 210+62+56=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E38 is #2DC1C7. Grayscale: #696969. Windows color (decimal): -2998728 or 3686098. OLE color: 3686098.

HSL color Cylindrical-coordinate representation of color #D23E38: hue angle of 2.34º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23E38 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 62 56 -
CMYK 0 0.70 0.73 0.18
HSL 2.34º 0.63% 0.52% -
HSV(B) 2.34º 0.73% 0.82% -
XYZ 29.01 17.43 5.58 -
YUV 105.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 210 62 56 0 0.70 0.73 0.18 2.34 0.63 0.52
Hex D2 3E 38 0 46 49 12 2 3F 34
Octal 322 76 70 0 106 111 22 2 77 64
Binary 11010010 111110 111000 0 1000110 1001001 10010 10 111111 110100

Color Harmonies of #D23E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E38

Black with #D23E38

Text Example


Text Example

White with #D23E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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