Html Css Color HEX #DA362C Persian Red

📋 copy color: '#DA362C'

red 218 ◦ green 54 ◦ blue 44

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

Shades of Persian Red #DA362C

Tints of Persian Red #DA362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 68.99%
G = 17.09%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA362C (or 0xDA362C) is known color: Persian Red. HEX triplet: DA, 36 and 2C. RGB value is (218,54,44). Sum of RGB (Red+Green+Blue) = 218+54+44=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA362C is #25C9D3. Grayscale: #666666. Windows color (decimal): -2476500 or 2897626. OLE color: 2897626.

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

Color convert

RGB 218 54 44 -
CMYK 0 0.75 0.80 0.15
HSL 3.45º 0.7% 0.51% -
HSV(B) 3.45º 0.8% 0.85% -
XYZ 30.69 17.73 4.19 -
YUV 101.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 218 54 44 0 0.75 0.80 0.15 3.45 0.7 0.51
Hex DA 36 2C 0 4B 50 F 3 46 33
Octal 332 66 54 0 113 120 17 3 106 63
Binary 11011010 110110 101100 0 1001011 1010000 1111 11 1000110 110011

Color Harmonies of #DA362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA362C

Black with #DA362C

Text Example


Text Example

White with #DA362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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