Html Css Color HEX #D23F3E Persian Red

📋 copy color: '#D23F3E'

red 210 ◦ green 63 ◦ blue 62

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

Shades of Persian Red #D23F3E

Tints of Persian Red #D23F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 62.69%
G = 18.81%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D23F3E (or 0xD23F3E) is known color: Persian Red. HEX triplet: D2, 3F and 3E. RGB value is (210,63,62). Sum of RGB (Red+Green+Blue) = 210+63+62=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F3E is #2DC0C1. Grayscale: #6A6A6A. Windows color (decimal): -2998466 or 4079570. OLE color: 4079570.

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

Color convert

RGB 210 63 62 -
CMYK 0 0.70 0.70 0.18
HSL 0.41º 0.62% 0.53% -
HSV(B) 0.41º 0.7% 0.82% -
XYZ 29.23 17.6 6.42 -
YUV 106.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 210 63 62 0 0.70 0.70 0.18 0.41 0.62 0.53
Hex D2 3F 3E 0 46 46 12 0 3E 35
Octal 322 77 76 0 106 106 22 0 76 65
Binary 11010010 111111 111110 0 1000110 1000110 10010 0 111110 110101

Color Harmonies of #D23F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F3E

Black with #D23F3E

Text Example


Text Example

White with #D23F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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