Html Css Color HEX #D23634 Persian Red

📋 copy color: '#D23634'

red 210 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #D23634

Tints of Persian Red #D23634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 66.46%
G = 17.09%
B = 16.46%

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

#D23634 (or 0xD23634) is known color: Persian Red. HEX triplet: D2, 36 and 34. RGB value is (210,54,52). Sum of RGB (Red+Green+Blue) = 210+54+52=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23634 is #2DC9CB. Grayscale: #646464. Windows color (decimal): -3000780 or 3421906. OLE color: 3421906.

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

Color convert

RGB 210 54 52 -
CMYK 0 0.74 0.75 0.18
HSL 0.76º 0.64% 0.51% -
HSV(B) 0.76º 0.75% 0.82% -
XYZ 28.52 16.59 4.95 -
YUV 100.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 210 54 52 0 0.74 0.75 0.18 0.76 0.64 0.51
Hex D2 36 34 0 4A 4B 12 1 40 33
Octal 322 66 64 0 112 113 22 1 100 63
Binary 11010010 110110 110100 0 1001010 1001011 10010 1 1000000 110011

Color Harmonies of #D23634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23634

Black with #D23634

Text Example


Text Example

White with #D23634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23634; }

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

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

background-color css

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

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

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

border-color css

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

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

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