Html Css Color HEX #D52B23 Persian Red

📋 copy color: '#D52B23'

red 213 ◦ green 43 ◦ blue 35

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

Shades of Persian Red #D52B23

Tints of Persian Red #D52B23

RGB

 RED value IS 213 (83.59% from 255) = 73.2%

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 73.2%
G = 14.78%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52B23 (or 0xD52B23) is known color: Persian Red. HEX triplet: D5, 2B and 23. RGB value is (213,43,35). Sum of RGB (Red+Green+Blue) = 213+43+35=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B23 is #2AD4DC. Grayscale: #5D5D5D. Windows color (decimal): -2807005 or 2304981. OLE color: 2304981.

HSL color Cylindrical-coordinate representation of color #D52B23: hue angle of 2.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52B23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 35 -
CMYK 0 0.80 0.84 0.16
HSL 2.7º 0.72% 0.49% -
HSV(B) 2.7º 0.84% 0.84% -
XYZ 28.61 16 3.17 -
YUV 92.92 95.32 213.65 -
System Red Green Blue C M Y K H S L
Decimal 213 43 35 0 0.80 0.84 0.16 2.7 0.72 0.49
Hex D5 2B 23 0 50 54 10 3 48 31
Octal 325 53 43 0 120 124 20 3 110 61
Binary 11010101 101011 100011 0 1010000 1010100 10000 11 1001000 110001

Color Harmonies of #D52B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B23

Black with #D52B23

Text Example


Text Example

White with #D52B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B23; }

 p { color: rgb(213,43,35); }

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

background-color css

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

 a { background-color: rgb(213,43,35); }

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

border-color css

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

 span { border-color: rgb(213,43,35); }

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