Html Css Color HEX #DA201E Persian Red

📋 copy color: '#DA201E'

red 218 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #DA201E

Tints of Persian Red #DA201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 77.86%
G = 11.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA201E (or 0xDA201E) is known color: Persian Red. HEX triplet: DA, 20 and 1E. RGB value is (218,32,30). Sum of RGB (Red+Green+Blue) = 218+32+30=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA201E is #25DFE1. Grayscale: #575757. Windows color (decimal): -2482146 or 1974490. OLE color: 1974490.

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

Color convert

RGB 218 32 30 -
CMYK 0 0.85 0.86 0.15
HSL 0.64º 0.76% 0.49% -
HSV(B) 0.64º 0.86% 0.85% -
XYZ 29.66 16.03 2.76 -
YUV 87.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 218 32 30 0 0.85 0.86 0.15 0.64 0.76 0.49
Hex DA 20 1E 0 55 56 F 1 4C 31
Octal 332 40 36 0 125 126 17 1 114 61
Binary 11011010 100000 11110 0 1010101 1010110 1111 1 1001100 110001

Color Harmonies of #DA201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA201E

Black with #DA201E

Text Example


Text Example

White with #DA201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA201E; }

 p { color: rgb(218,32,30); }

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

background-color css

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

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

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

border-color css

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

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

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