Html Css Color HEX #DA2D23 Persian Red

📋 copy color: '#DA2D23'

red 218 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #DA2D23

Tints of Persian Red #DA2D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 73.15%
G = 15.1%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2D23 (or 0xDA2D23) is known color: Persian Red. HEX triplet: DA, 2D and 23. RGB value is (218,45,35). Sum of RGB (Red+Green+Blue) = 218+45+35=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D23 is #25D2DC. Grayscale: #5F5F5F. Windows color (decimal): -2478813 or 2305498. OLE color: 2305498.

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

Color convert

RGB 218 45 35 -
CMYK 0 0.79 0.84 0.15
HSL 3.28º 0.72% 0.5% -
HSV(B) 3.28º 0.84% 0.85% -
XYZ 30.16 16.9 3.26 -
YUV 95.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 218 45 35 0 0.79 0.84 0.15 3.28 0.72 0.5
Hex DA 2D 23 0 4F 54 F 3 48 32
Octal 332 55 43 0 117 124 17 3 110 62
Binary 11011010 101101 100011 0 1001111 1010100 1111 11 1001000 110010

Color Harmonies of #DA2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D23

Black with #DA2D23

Text Example


Text Example

White with #DA2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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