Html Css Color HEX #DA2623 Persian Red

📋 copy color: '#DA2623'

red 218 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #DA2623

Tints of Persian Red #DA2623

RGB

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

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

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

R = 74.91%
G = 13.06%
B = 12.03%

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

#DA2623 (or 0xDA2623) is known color: Persian Red. HEX triplet: DA, 26 and 23. RGB value is (218,38,35). Sum of RGB (Red+Green+Blue) = 218+38+35=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2623 is #25D9DC. Grayscale: #5B5B5B. Windows color (decimal): -2480605 or 2303706. OLE color: 2303706.

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

Color convert

RGB 218 38 35 -
CMYK 0 0.83 0.84 0.15
HSL 0.98º 0.72% 0.5% -
HSV(B) 0.98º 0.84% 0.85% -
XYZ 29.91 16.41 3.18 -
YUV 91.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 218 38 35 0 0.83 0.84 0.15 0.98 0.72 0.5
Hex DA 26 23 0 53 54 F 1 48 32
Octal 332 46 43 0 123 124 17 1 110 62
Binary 11011010 100110 100011 0 1010011 1010100 1111 1 1001000 110010

Color Harmonies of #DA2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2623

Black with #DA2623

Text Example


Text Example

White with #DA2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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