Html Css Color HEX #DA302D Persian Red

📋 copy color: '#DA302D'

red 218 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #DA302D

Tints of Persian Red #DA302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 70.1%
G = 15.43%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA302D (or 0xDA302D) is known color: Persian Red. HEX triplet: DA, 30 and 2D. RGB value is (218,48,45). Sum of RGB (Red+Green+Blue) = 218+48+45=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA302D is #25CFD2. Grayscale: #626262. Windows color (decimal): -2478035 or 2961626. OLE color: 2961626.

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

Color convert

RGB 218 48 45 -
CMYK 0 0.78 0.79 0.15
HSL 1.04º 0.7% 0.52% -
HSV(B) 1.04º 0.79% 0.85% -
XYZ 30.44 17.21 4.2 -
YUV 98.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 218 48 45 0 0.78 0.79 0.15 1.04 0.7 0.52
Hex DA 30 2D 0 4E 4F F 1 46 34
Octal 332 60 55 0 116 117 17 1 106 64
Binary 11011010 110000 101101 0 1001110 1001111 1111 1 1000110 110100

Color Harmonies of #DA302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA302D

Black with #DA302D

Text Example


Text Example

White with #DA302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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