Html Css Color HEX #DA3733 Persian Red

📋 copy color: '#DA3733'

red 218 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #DA3733

Tints of Persian Red #DA3733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 67.28%
G = 16.98%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3733 (or 0xDA3733) is known color: Persian Red. HEX triplet: DA, 37 and 33. RGB value is (218,55,51). Sum of RGB (Red+Green+Blue) = 218+55+51=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3733 is #25C8CC. Grayscale: #676767. Windows color (decimal): -2476237 or 3356634. OLE color: 3356634.

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

Color convert

RGB 218 55 51 -
CMYK 0 0.75 0.77 0.15
HSL 1.44º 0.69% 0.53% -
HSV(B) 1.44º 0.77% 0.85% -
XYZ 30.88 17.88 4.96 -
YUV 103.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 218 55 51 0 0.75 0.77 0.15 1.44 0.69 0.53
Hex DA 37 33 0 4B 4D F 1 45 35
Octal 332 67 63 0 113 115 17 1 105 65
Binary 11011010 110111 110011 0 1001011 1001101 1111 1 1000101 110101

Color Harmonies of #DA3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3733

Black with #DA3733

Text Example


Text Example

White with #DA3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3733; }

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

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

background-color css

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

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

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

border-color css

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

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

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