Html Css Color HEX #DA302B Persian Red

📋 copy color: '#DA302B'

red 218 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #DA302B

Tints of Persian Red #DA302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 70.55%
G = 15.53%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA302B (or 0xDA302B) is known color: Persian Red. HEX triplet: DA, 30 and 2B. RGB value is (218,48,43). Sum of RGB (Red+Green+Blue) = 218+48+43=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA302B is #25CFD4. Grayscale: #626262. Windows color (decimal): -2478037 or 2830554. OLE color: 2830554.

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

Color convert

RGB 218 48 43 -
CMYK 0 0.78 0.80 0.15
HSL 1.71º 0.7% 0.51% -
HSV(B) 1.71º 0.8% 0.85% -
XYZ 30.41 17.19 4 -
YUV 98.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 218 48 43 0 0.78 0.80 0.15 1.71 0.7 0.51
Hex DA 30 2B 0 4E 50 F 2 46 33
Octal 332 60 53 0 116 120 17 2 106 63
Binary 11011010 110000 101011 0 1001110 1010000 1111 10 1000110 110011

Color Harmonies of #DA302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA302B

Black with #DA302B

Text Example


Text Example

White with #DA302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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