Html Css Color HEX #DA2624 Persian Red

📋 copy color: '#DA2624'

red 218 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #DA2624

Tints of Persian Red #DA2624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 74.66%
G = 13.01%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2624 (or 0xDA2624) is known color: Persian Red. HEX triplet: DA, 26 and 24. RGB value is (218,38,36). Sum of RGB (Red+Green+Blue) = 218+38+36=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2624 is #25D9DB. Grayscale: #5B5B5B. Windows color (decimal): -2480604 or 2369242. OLE color: 2369242.

HSL color Cylindrical-coordinate representation of color #DA2624: 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.83%. Process color model (Four color, CMYK) of #DA2624 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 36 -
CMYK 0 0.83 0.83 0.15
HSL 0.66º 0.72% 0.5% -
HSV(B) 0.66º 0.83% 0.85% -
XYZ 29.93 16.42 3.26 -
YUV 91.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 218 38 36 0 0.83 0.83 0.15 0.66 0.72 0.5
Hex DA 26 24 0 53 53 F 1 48 32
Octal 332 46 44 0 123 123 17 1 110 62
Binary 11011010 100110 100100 0 1010011 1010011 1111 1 1001000 110010

Color Harmonies of #DA2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2624

Black with #DA2624

Text Example


Text Example

White with #DA2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2624; }

 p { color: rgb(218,38,36); }

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

background-color css

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

 a { background-color: rgb(218,38,36); }

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

border-color css

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

 span { border-color: rgb(218,38,36); }

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