Html Css Color HEX #DA2E22 Persian Red

📋 copy color: '#DA2E22'

red 218 ◦ green 46 ◦ blue 34

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

Shades of Persian Red #DA2E22

Tints of Persian Red #DA2E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 73.15%
G = 15.44%
B = 11.41%

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

#DA2E22 (or 0xDA2E22) is known color: Persian Red. HEX triplet: DA, 2E and 22. RGB value is (218,46,34). Sum of RGB (Red+Green+Blue) = 218+46+34=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2E22 is #25D1DD. Grayscale: #606060. Windows color (decimal): -2478558 or 2240218. OLE color: 2240218.

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

Color convert

RGB 218 46 34 -
CMYK 0 0.79 0.84 0.15
HSL 3.91º 0.73% 0.49% -
HSV(B) 3.91º 0.84% 0.85% -
XYZ 30.18 16.97 3.2 -
YUV 96.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 218 46 34 0 0.79 0.84 0.15 3.91 0.73 0.49
Hex DA 2E 22 0 4F 54 F 4 49 31
Octal 332 56 42 0 117 124 17 4 111 61
Binary 11011010 101110 100010 0 1001111 1010100 1111 100 1001001 110001

Color Harmonies of #DA2E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2E22

Black with #DA2E22

Text Example


Text Example

White with #DA2E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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