Html Css Color HEX #DA3636 Persian Red

📋 copy color: '#DA3636'

red 218 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #DA3636

Tints of Persian Red #DA3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 66.87%
G = 16.56%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3636 (or 0xDA3636) is known color: Persian Red. HEX triplet: DA, 36 and 36. RGB value is (218,54,54). Sum of RGB (Red+Green+Blue) = 218+54+54=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3636 is #25C9C9. Grayscale: #676767. Windows color (decimal): -2476490 or 3552986. OLE color: 3552986.

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

Color convert

RGB 218 54 54 -
CMYK 0 0.75 0.75 0.15
HSL 0.69% 0.53% -
HSV(B) 0.75% 0.85% -
XYZ 30.9 17.81 5.3 -
YUV 103.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 218 54 54 0 0.75 0.75 0.15 0 0.69 0.53
Hex DA 36 36 0 4B 4B F 0 45 35
Octal 332 66 66 0 113 113 17 0 105 65
Binary 11011010 110110 110110 0 1001011 1001011 1111 0 1000101 110101

Color Harmonies of #DA3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3636

Black with #DA3636

Text Example


Text Example

White with #DA3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3636; }

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

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

background-color css

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

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

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

border-color css

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

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

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