Html Css Color HEX #DA2422 Persian Red

📋 copy color: '#DA2422'

red 218 ◦ green 36 ◦ blue 34

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

Shades of Persian Red #DA2422

Tints of Persian Red #DA2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 34 (13.67% from 255) = 11.81%

R = 75.69%
G = 12.5%
B = 11.81%

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

#DA2422 (or 0xDA2422) is known color: Persian Red. HEX triplet: DA, 24 and 22. RGB value is (218,36,34). Sum of RGB (Red+Green+Blue) = 218+36+34=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2422 is #25DBDD. Grayscale: #5A5A5A. Windows color (decimal): -2481118 or 2237658. OLE color: 2237658.

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

Color convert

RGB 218 36 34 -
CMYK 0 0.83 0.84 0.15
HSL 0.65º 0.73% 0.49% -
HSV(B) 0.65º 0.84% 0.85% -
XYZ 29.83 16.28 3.08 -
YUV 90.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 218 36 34 0 0.83 0.84 0.15 0.65 0.73 0.49
Hex DA 24 22 0 53 54 F 1 49 31
Octal 332 44 42 0 123 124 17 1 111 61
Binary 11011010 100100 100010 0 1010011 1010100 1111 1 1001001 110001

Color Harmonies of #DA2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2422

Black with #DA2422

Text Example


Text Example

White with #DA2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2422; }

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

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

background-color css

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

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

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

border-color css

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

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

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