Html Css Color HEX #DA3029 Persian Red

📋 copy color: '#DA3029'

red 218 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #DA3029

Tints of Persian Red #DA3029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 71.01%
G = 15.64%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA3029 (or 0xDA3029) is known color: Persian Red. HEX triplet: DA, 30 and 29. RGB value is (218,48,41). Sum of RGB (Red+Green+Blue) = 218+48+41=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3029 is #25CFD6. Grayscale: #626262. Windows color (decimal): -2478039 or 2699482. OLE color: 2699482.

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

Color convert

RGB 218 48 41 -
CMYK 0 0.78 0.81 0.15
HSL 2.37º 0.71% 0.51% -
HSV(B) 2.37º 0.81% 0.85% -
XYZ 30.37 17.18 3.81 -
YUV 98.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 218 48 41 0 0.78 0.81 0.15 2.37 0.71 0.51
Hex DA 30 29 0 4E 51 F 2 47 33
Octal 332 60 51 0 116 121 17 2 107 63
Binary 11011010 110000 101001 0 1001110 1010001 1111 10 1000111 110011

Color Harmonies of #DA3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3029

Black with #DA3029

Text Example


Text Example

White with #DA3029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3029; }

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

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

background-color css

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

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

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

border-color css

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

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

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