Html Css Color HEX #DA3635 Persian Red

📋 copy color: '#DA3635'

red 218 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #DA3635

Tints of Persian Red #DA3635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 67.08%
G = 16.62%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3635 (or 0xDA3635) is known color: Persian Red. HEX triplet: DA, 36 and 35. RGB value is (218,54,53). Sum of RGB (Red+Green+Blue) = 218+54+53=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3635 is #25C9CA. Grayscale: #676767. Windows color (decimal): -2476491 or 3487450. OLE color: 3487450.

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

Color convert

RGB 218 54 53 -
CMYK 0 0.75 0.76 0.15
HSL 0.36º 0.69% 0.53% -
HSV(B) 0.36º 0.76% 0.85% -
XYZ 30.88 17.8 5.18 -
YUV 102.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 218 54 53 0 0.75 0.76 0.15 0.36 0.69 0.53
Hex DA 36 35 0 4B 4C F 0 45 35
Octal 332 66 65 0 113 114 17 0 105 65
Binary 11011010 110110 110101 0 1001011 1001100 1111 0 1000101 110101

Color Harmonies of #DA3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3635

Black with #DA3635

Text Example


Text Example

White with #DA3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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