Html Css Color HEX #DA362D Persian Red

📋 copy color: '#DA362D'

red 218 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #DA362D

Tints of Persian Red #DA362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 68.77%
G = 17.03%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA362D (or 0xDA362D) is known color: Persian Red. HEX triplet: DA, 36 and 2D. RGB value is (218,54,45). Sum of RGB (Red+Green+Blue) = 218+54+45=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA362D is #25C9D2. Grayscale: #666666. Windows color (decimal): -2476499 or 2963162. OLE color: 2963162.

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

Color convert

RGB 218 54 45 -
CMYK 0 0.75 0.79 0.15
HSL 3.12º 0.7% 0.52% -
HSV(B) 3.12º 0.79% 0.85% -
XYZ 30.71 17.73 4.29 -
YUV 102.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 218 54 45 0 0.75 0.79 0.15 3.12 0.7 0.52
Hex DA 36 2D 0 4B 4F F 3 46 34
Octal 332 66 55 0 113 117 17 3 106 64
Binary 11011010 110110 101101 0 1001011 1001111 1111 11 1000110 110100

Color Harmonies of #DA362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA362D

Black with #DA362D

Text Example


Text Example

White with #DA362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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