Html Css Color HEX #D23625 Persian Red

📋 copy color: '#D23625'

red 210 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #D23625

Tints of Persian Red #D23625

RGB

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

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

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

R = 69.77%
G = 17.94%
B = 12.29%

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

#D23625 (or 0xD23625) is known color: Persian Red. HEX triplet: D2, 36 and 25. RGB value is (210,54,37). Sum of RGB (Red+Green+Blue) = 210+54+37=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D23625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23625 is #2DC9DA. Grayscale: #626262. Windows color (decimal): -3000795 or 2438866. OLE color: 2438866.

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

Color convert

RGB 210 54 37 -
CMYK 0 0.74 0.82 0.18
HSL 5.9º 0.7% 0.48% -
HSV(B) 5.9º 0.82% 0.82% -
XYZ 28.23 16.47 3.44 -
YUV 98.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 210 54 37 0 0.74 0.82 0.18 5.9 0.7 0.48
Hex D2 36 25 0 4A 52 12 6 46 30
Octal 322 66 45 0 112 122 22 6 106 60
Binary 11010010 110110 100101 0 1001010 1010010 10010 110 1000110 110000

Color Harmonies of #D23625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23625

Black with #D23625

Text Example


Text Example

White with #D23625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23625; }

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

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

background-color css

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

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

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

border-color css

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

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

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