Html Css Color HEX #DA2C28 Persian Red

📋 copy color: '#DA2C28'

red 218 ◦ green 44 ◦ blue 40

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

Shades of Persian Red #DA2C28

Tints of Persian Red #DA2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 72.19%
G = 14.57%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2C28 (or 0xDA2C28) is known color: Persian Red. HEX triplet: DA, 2C and 28. RGB value is (218,44,40). Sum of RGB (Red+Green+Blue) = 218+44+40=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C28 is #25D3D7. Grayscale: #5F5F5F. Windows color (decimal): -2479064 or 2632922. OLE color: 2632922.

HSL color Cylindrical-coordinate representation of color #DA2C28: hue angle of 1.35º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2C28 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 44 40 -
CMYK 0 0.80 0.82 0.15
HSL 1.35º 0.71% 0.51% -
HSV(B) 1.35º 0.82% 0.85% -
XYZ 30.2 16.86 3.67 -
YUV 95.57 96.65 215.33 -
System Red Green Blue C M Y K H S L
Decimal 218 44 40 0 0.80 0.82 0.15 1.35 0.71 0.51
Hex DA 2C 28 0 50 52 F 1 47 33
Octal 332 54 50 0 120 122 17 1 107 63
Binary 11011010 101100 101000 0 1010000 1010010 1111 1 1000111 110011

Color Harmonies of #DA2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2C28

Black with #DA2C28

Text Example


Text Example

White with #DA2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2C28; }

 p { color: rgb(218,44,40); }

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

background-color css

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

 a { background-color: rgb(218,44,40); }

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

border-color css

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

 span { border-color: rgb(218,44,40); }

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