Html Css Color HEX #D23725 Persian Red

📋 copy color: '#D23725'

red 210 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #D23725

Tints of Persian Red #D23725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 69.54%
G = 18.21%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23725 (or 0xD23725) is known color: Persian Red. HEX triplet: D2, 37 and 25. RGB value is (210,55,37). Sum of RGB (Red+Green+Blue) = 210+55+37=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D23725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23725 is #2DC8DA. Grayscale: #636363. Windows color (decimal): -3000539 or 2439122. OLE color: 2439122.

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

Color convert

RGB 210 55 37 -
CMYK 0 0.74 0.82 0.18
HSL 6.24º 0.7% 0.48% -
HSV(B) 6.24º 0.82% 0.82% -
XYZ 28.28 16.57 3.46 -
YUV 99.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 210 55 37 0 0.74 0.82 0.18 6.24 0.7 0.48
Hex D2 37 25 0 4A 52 12 6 46 30
Octal 322 67 45 0 112 122 22 6 106 60
Binary 11010010 110111 100101 0 1001010 1010010 10010 110 1000110 110000

Color Harmonies of #D23725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23725

Black with #D23725

Text Example


Text Example

White with #D23725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23725; }

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

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

background-color css

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

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

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

border-color css

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

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

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