Html Css Color HEX #D23737 Persian Red

📋 copy color: '#D23737'

red 210 ◦ green 55 ◦ blue 55

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

Shades of Persian Red #D23737

Tints of Persian Red #D23737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 65.63%
G = 17.19%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23737 (or 0xD23737) is known color: Persian Red. HEX triplet: D2, 37 and 37. RGB value is (210,55,55). Sum of RGB (Red+Green+Blue) = 210+55+55=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D23737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23737 is #2DC8C8. Grayscale: #656565. Windows color (decimal): -3000521 or 3618770. OLE color: 3618770.

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

Color convert

RGB 210 55 55 -
CMYK 0 0.74 0.74 0.18
HSL 0.63% 0.52% -
HSV(B) 0.74% 0.82% -
XYZ 28.63 16.71 5.33 -
YUV 101.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 210 55 55 0 0.74 0.74 0.18 0 0.63 0.52
Hex D2 37 37 0 4A 4A 12 0 3F 34
Octal 322 67 67 0 112 112 22 0 77 64
Binary 11010010 110111 110111 0 1001010 1001010 10010 0 111111 110100

Color Harmonies of #D23737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23737

Black with #D23737

Text Example


Text Example

White with #D23737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23737; }

 p { color: rgb(210,55,55); }

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

background-color css

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

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

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

border-color css

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

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

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