Html Css Color HEX #D23B25 Persian Red

📋 copy color: '#D23B25'

red 210 ◦ green 59 ◦ blue 37

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

Shades of Persian Red #D23B25

Tints of Persian Red #D23B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

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

R = 68.63%
G = 19.28%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D23B25 (or 0xD23B25) is known color: Persian Red. HEX triplet: D2, 3B and 25. RGB value is (210,59,37). Sum of RGB (Red+Green+Blue) = 210+59+37=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B25 is #2DC4DA. Grayscale: #656565. Windows color (decimal): -2999515 or 2440146. OLE color: 2440146.

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

Color convert

RGB 210 59 37 -
CMYK 0 0.72 0.82 0.18
HSL 7.63º 0.7% 0.48% -
HSV(B) 7.63º 0.82% 0.82% -
XYZ 28.48 16.96 3.52 -
YUV 101.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 210 59 37 0 0.72 0.82 0.18 7.63 0.7 0.48
Hex D2 3B 25 0 48 52 12 8 46 30
Octal 322 73 45 0 110 122 22 10 106 60
Binary 11010010 111011 100101 0 1001000 1010010 10010 1000 1000110 110000

Color Harmonies of #D23B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B25

Black with #D23B25

Text Example


Text Example

White with #D23B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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