Html Css Color HEX #DA2F22 Persian Red

📋 copy color: '#DA2F22'

red 218 ◦ green 47 ◦ blue 34

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

Shades of Persian Red #DA2F22

Tints of Persian Red #DA2F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 72.91%
G = 15.72%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2F22 (or 0xDA2F22) is known color: Persian Red. HEX triplet: DA, 2F and 22. RGB value is (218,47,34). Sum of RGB (Red+Green+Blue) = 218+47+34=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F22 is #25D0DD. Grayscale: #606060. Windows color (decimal): -2478302 or 2240474. OLE color: 2240474.

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

Color convert

RGB 218 47 34 -
CMYK 0 0.78 0.84 0.15
HSL 4.24º 0.73% 0.49% -
HSV(B) 4.24º 0.84% 0.85% -
XYZ 30.22 17.05 3.21 -
YUV 96.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 218 47 34 0 0.78 0.84 0.15 4.24 0.73 0.49
Hex DA 2F 22 0 4E 54 F 4 49 31
Octal 332 57 42 0 116 124 17 4 111 61
Binary 11011010 101111 100010 0 1001110 1010100 1111 100 1001001 110001

Color Harmonies of #DA2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F22

Black with #DA2F22

Text Example


Text Example

White with #DA2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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