Html Css Color HEX #D23635 Persian Red

📋 copy color: '#D23635'

red 210 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #D23635

Tints of Persian Red #D23635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 66.25%
G = 17.03%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D23635 (or 0xD23635) is known color: Persian Red. HEX triplet: D2, 36 and 35. RGB value is (210,54,53). Sum of RGB (Red+Green+Blue) = 210+54+53=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D23635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23635 is #2DC9CA. Grayscale: #646464. Windows color (decimal): -3000779 or 3487442. OLE color: 3487442.

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

Color convert

RGB 210 54 53 -
CMYK 0 0.74 0.75 0.18
HSL 0.38º 0.64% 0.52% -
HSV(B) 0.38º 0.75% 0.82% -
XYZ 28.54 16.6 5.07 -
YUV 100.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 210 54 53 0 0.74 0.75 0.18 0.38 0.64 0.52
Hex D2 36 35 0 4A 4B 12 0 40 34
Octal 322 66 65 0 112 113 22 0 100 64
Binary 11010010 110110 110101 0 1001010 1001011 10010 0 1000000 110100

Color Harmonies of #D23635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23635

Black with #D23635

Text Example


Text Example

White with #D23635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23635; }

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

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

background-color css

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

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

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

border-color css

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

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

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