Html Css Color HEX #DA3736 Persian Red

📋 copy color: '#DA3736'

red 218 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #DA3736

Tints of Persian Red #DA3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 66.67%
G = 16.82%
B = 16.51%

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

#DA3736 (or 0xDA3736) is known color: Persian Red. HEX triplet: DA, 37 and 36. RGB value is (218,55,54). Sum of RGB (Red+Green+Blue) = 218+55+54=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3736 is #25C8C9. Grayscale: #676767. Windows color (decimal): -2476234 or 3553242. OLE color: 3553242.

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

Color convert

RGB 218 55 54 -
CMYK 0 0.75 0.75 0.15
HSL 0.37º 0.69% 0.53% -
HSV(B) 0.37º 0.75% 0.85% -
XYZ 30.95 17.9 5.31 -
YUV 103.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 218 55 54 0 0.75 0.75 0.15 0.37 0.69 0.53
Hex DA 37 36 0 4B 4B F 0 45 35
Octal 332 67 66 0 113 113 17 0 105 65
Binary 11011010 110111 110110 0 1001011 1001011 1111 0 1000101 110101

Color Harmonies of #DA3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3736

Black with #DA3736

Text Example


Text Example

White with #DA3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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