Html Css Color HEX #D23D35 Persian Red

📋 copy color: '#D23D35'

red 210 ◦ green 61 ◦ blue 53

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

Shades of Persian Red #D23D35

Tints of Persian Red #D23D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 64.81%
G = 18.83%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D23D35 (or 0xD23D35) is known color: Persian Red. HEX triplet: D2, 3D and 35. RGB value is (210,61,53). Sum of RGB (Red+Green+Blue) = 210+61+53=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D35 is #2DC2CA. Grayscale: #686868. Windows color (decimal): -2998987 or 3489234. OLE color: 3489234.

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

Color convert

RGB 210 61 53 -
CMYK 0 0.71 0.75 0.18
HSL 3.06º 0.64% 0.52% -
HSV(B) 3.06º 0.75% 0.82% -
XYZ 28.89 17.3 5.18 -
YUV 104.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 210 61 53 0 0.71 0.75 0.18 3.06 0.64 0.52
Hex D2 3D 35 0 47 4B 12 3 40 34
Octal 322 75 65 0 107 113 22 3 100 64
Binary 11010010 111101 110101 0 1000111 1001011 10010 11 1000000 110100

Color Harmonies of #D23D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D35

Black with #D23D35

Text Example


Text Example

White with #D23D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D35; }

 p { color: rgb(210,61,53); }

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

background-color css

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

 a { background-color: rgb(210,61,53); }

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

border-color css

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

 span { border-color: rgb(210,61,53); }

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