Html Css Color HEX #DA3631 Persian Red

📋 copy color: '#DA3631'

red 218 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #DA3631

Tints of Persian Red #DA3631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 67.91%
G = 16.82%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3631 (or 0xDA3631) is known color: Persian Red. HEX triplet: DA, 36 and 31. RGB value is (218,54,49). Sum of RGB (Red+Green+Blue) = 218+54+49=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3631 is #25C9CE. Grayscale: #666666. Windows color (decimal): -2476495 or 3225306. OLE color: 3225306.

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

Color convert

RGB 218 54 49 -
CMYK 0 0.75 0.78 0.15
HSL 1.78º 0.7% 0.52% -
HSV(B) 1.78º 0.78% 0.85% -
XYZ 30.79 17.77 4.71 -
YUV 102.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 218 54 49 0 0.75 0.78 0.15 1.78 0.7 0.52
Hex DA 36 31 0 4B 4E F 2 46 34
Octal 332 66 61 0 113 116 17 2 106 64
Binary 11011010 110110 110001 0 1001011 1001110 1111 10 1000110 110100

Color Harmonies of #DA3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3631

Black with #DA3631

Text Example


Text Example

White with #DA3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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