Html Css Color HEX #D0362D Persian Red

📋 copy color: '#D0362D'

red 208 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #D0362D

Tints of Persian Red #D0362D

RGB

 RED value IS 208 (81.64% from 255) = 67.75%

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

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

R = 67.75%
G = 17.59%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0362D (or 0xD0362D) is known color: Persian Red. HEX triplet: D0, 36 and 2D. RGB value is (208,54,45). Sum of RGB (Red+Green+Blue) = 208+54+45=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0362D is #2FC9D2. Grayscale: #636363. Windows color (decimal): -3131859 or 2963152. OLE color: 2963152.

HSL color Cylindrical-coordinate representation of color #D0362D: hue angle of 3.31º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0362D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 45 -
CMYK 0 0.74 0.78 0.18
HSL 3.31º 0.64% 0.5% -
HSV(B) 3.31º 0.78% 0.82% -
XYZ 27.81 16.24 4.15 -
YUV 99.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 208 54 45 0 0.74 0.78 0.18 3.31 0.64 0.5
Hex D0 36 2D 0 4A 4E 12 3 40 32
Octal 320 66 55 0 112 116 22 3 100 62
Binary 11010000 110110 101101 0 1001010 1001110 10010 11 1000000 110010

Color Harmonies of #D0362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0362D

Black with #D0362D

Text Example


Text Example

White with #D0362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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