Html Css Color HEX #DA302F Persian Red

📋 copy color: '#DA302F'

red 218 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #DA302F

Tints of Persian Red #DA302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 69.65%
G = 15.34%
B = 15.02%

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

#DA302F (or 0xDA302F) is known color: Persian Red. HEX triplet: DA, 30 and 2F. RGB value is (218,48,47). Sum of RGB (Red+Green+Blue) = 218+48+47=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA302F is #25CFD0. Grayscale: #626262. Windows color (decimal): -2478033 or 3092698. OLE color: 3092698.

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

Color convert

RGB 218 48 47 -
CMYK 0 0.78 0.78 0.15
HSL 0.35º 0.7% 0.52% -
HSV(B) 0.35º 0.78% 0.85% -
XYZ 30.48 17.22 4.41 -
YUV 98.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 218 48 47 0 0.78 0.78 0.15 0.35 0.7 0.52
Hex DA 30 2F 0 4E 4E F 0 46 34
Octal 332 60 57 0 116 116 17 0 106 64
Binary 11011010 110000 101111 0 1001110 1001110 1111 0 1000110 110100

Color Harmonies of #DA302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA302F

Black with #DA302F

Text Example


Text Example

White with #DA302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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