Html Css Color HEX #DA2823 Persian Red

📋 copy color: '#DA2823'

red 218 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #DA2823

Tints of Persian Red #DA2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 74.4%
G = 13.65%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2823 (or 0xDA2823) is known color: Persian Red. HEX triplet: DA, 28 and 23. RGB value is (218,40,35). Sum of RGB (Red+Green+Blue) = 218+40+35=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2823 is #25D7DC. Grayscale: #5C5C5C. Windows color (decimal): -2480093 or 2304218. OLE color: 2304218.

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

Color convert

RGB 218 40 35 -
CMYK 0 0.82 0.84 0.15
HSL 1.64º 0.72% 0.5% -
HSV(B) 1.64º 0.84% 0.85% -
XYZ 29.98 16.54 3.2 -
YUV 92.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 218 40 35 0 0.82 0.84 0.15 1.64 0.72 0.5
Hex DA 28 23 0 52 54 F 2 48 32
Octal 332 50 43 0 122 124 17 2 110 62
Binary 11011010 101000 100011 0 1010010 1010100 1111 10 1001000 110010

Color Harmonies of #DA2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2823

Black with #DA2823

Text Example


Text Example

White with #DA2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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