Html Css Color HEX #DA3030 Persian Red

📋 copy color: '#DA3030'

red 218 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #DA3030

Tints of Persian Red #DA3030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 69.43%
G = 15.29%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3030 (or 0xDA3030) is known color: Persian Red. HEX triplet: DA, 30 and 30. RGB value is (218,48,48). Sum of RGB (Red+Green+Blue) = 218+48+48=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3030 is #25CFCF. Grayscale: #636363. Windows color (decimal): -2478032 or 3158234. OLE color: 3158234.

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

Color convert

RGB 218 48 48 -
CMYK 0 0.78 0.78 0.15
HSL 0.7% 0.52% -
HSV(B) 0.78% 0.85% -
XYZ 30.5 17.23 4.51 -
YUV 98.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 218 48 48 0 0.78 0.78 0.15 0 0.7 0.52
Hex DA 30 30 0 4E 4E F 0 46 34
Octal 332 60 60 0 116 116 17 0 106 64
Binary 11011010 110000 110000 0 1001110 1001110 1111 0 1000110 110100

Color Harmonies of #DA3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3030

Black with #DA3030

Text Example


Text Example

White with #DA3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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