Html Css Color HEX #DA3028 Persian Red

📋 copy color: '#DA3028'

red 218 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #DA3028

Tints of Persian Red #DA3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 71.24%
G = 15.69%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3028 (or 0xDA3028) is known color: Persian Red. HEX triplet: DA, 30 and 28. RGB value is (218,48,40). Sum of RGB (Red+Green+Blue) = 218+48+40=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3028 is #25CFD7. Grayscale: #626262. Windows color (decimal): -2478040 or 2633946. OLE color: 2633946.

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

Color convert

RGB 218 48 40 -
CMYK 0 0.78 0.82 0.15
HSL 2.7º 0.71% 0.51% -
HSV(B) 2.7º 0.82% 0.85% -
XYZ 30.35 17.17 3.72 -
YUV 97.92 95.32 213.65 -
System Red Green Blue C M Y K H S L
Decimal 218 48 40 0 0.78 0.82 0.15 2.7 0.71 0.51
Hex DA 30 28 0 4E 52 F 3 47 33
Octal 332 60 50 0 116 122 17 3 107 63
Binary 11011010 110000 101000 0 1001110 1010010 1111 11 1000111 110011

Color Harmonies of #DA3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3028

Black with #DA3028

Text Example


Text Example

White with #DA3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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