Html Css Color HEX #DA2523 Persian Red

📋 copy color: '#DA2523'

red 218 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #DA2523

Tints of Persian Red #DA2523

RGB

 RED value IS 218 (85.55% from 255) = 75.17%

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 75.17%
G = 12.76%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2523 (or 0xDA2523) is known color: Persian Red. HEX triplet: DA, 25 and 23. RGB value is (218,37,35). Sum of RGB (Red+Green+Blue) = 218+37+35=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2523 is #25DADC. Grayscale: #5B5B5B. Windows color (decimal): -2480861 or 2303450. OLE color: 2303450.

HSL color Cylindrical-coordinate representation of color #DA2523: hue angle of 0.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2523 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 35 -
CMYK 0 0.83 0.84 0.15
HSL 0.66º 0.72% 0.5% -
HSV(B) 0.66º 0.84% 0.85% -
XYZ 29.88 16.35 3.17 -
YUV 90.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 218 37 35 0 0.83 0.84 0.15 0.66 0.72 0.5
Hex DA 25 23 0 53 54 F 1 48 32
Octal 332 45 43 0 123 124 17 1 110 62
Binary 11011010 100101 100011 0 1010011 1010100 1111 1 1001000 110010

Color Harmonies of #DA2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2523

Black with #DA2523

Text Example


Text Example

White with #DA2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2523; }

 p { color: rgb(218,37,35); }

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

background-color css

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

 a { background-color: rgb(218,37,35); }

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

border-color css

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

 span { border-color: rgb(218,37,35); }

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