Html Css Color HEX #DA3428 Persian Red

📋 copy color: '#DA3428'

red 218 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #DA3428

Tints of Persian Red #DA3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 70.32%
G = 16.77%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3428 (or 0xDA3428) is known color: Persian Red. HEX triplet: DA, 34 and 28. RGB value is (218,52,40). Sum of RGB (Red+Green+Blue) = 218+52+40=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3428 is #25CBD7. Grayscale: #646464. Windows color (decimal): -2477016 or 2634970. OLE color: 2634970.

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

Color convert

RGB 218 52 40 -
CMYK 0 0.76 0.82 0.15
HSL 4.04º 0.71% 0.51% -
HSV(B) 4.04º 0.82% 0.85% -
XYZ 30.52 17.51 3.78 -
YUV 100.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 218 52 40 0 0.76 0.82 0.15 4.04 0.71 0.51
Hex DA 34 28 0 4C 52 F 4 47 33
Octal 332 64 50 0 114 122 17 4 107 63
Binary 11011010 110100 101000 0 1001100 1010010 1111 100 1000111 110011

Color Harmonies of #DA3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3428

Black with #DA3428

Text Example


Text Example

White with #DA3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3428; }

 p { color: rgb(218,52,40); }

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

background-color css

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

 a { background-color: rgb(218,52,40); }

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

border-color css

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

 span { border-color: rgb(218,52,40); }

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