Html Css Color HEX #DA3325 Persian Red

📋 copy color: '#DA3325'

red 218 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #DA3325

Tints of Persian Red #DA3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 71.24%
G = 16.67%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3325 (or 0xDA3325) is known color: Persian Red. HEX triplet: DA, 33 and 25. RGB value is (218,51,37). Sum of RGB (Red+Green+Blue) = 218+51+37=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3325 is #25CCDA. Grayscale: #636363. Windows color (decimal): -2477275 or 2438106. OLE color: 2438106.

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

Color convert

RGB 218 51 37 -
CMYK 0 0.77 0.83 0.15
HSL 4.64º 0.71% 0.5% -
HSV(B) 4.64º 0.83% 0.85% -
XYZ 30.43 17.41 3.51 -
YUV 99.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 218 51 37 0 0.77 0.83 0.15 4.64 0.71 0.5
Hex DA 33 25 0 4D 53 F 5 47 32
Octal 332 63 45 0 115 123 17 5 107 62
Binary 11011010 110011 100101 0 1001101 1010011 1111 101 1000111 110010

Color Harmonies of #DA3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3325

Black with #DA3325

Text Example


Text Example

White with #DA3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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