Html Css Color HEX #D0362B Persian Red

📋 copy color: '#D0362B'

red 208 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #D0362B

Tints of Persian Red #D0362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 68.2%
G = 17.7%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0362B (or 0xD0362B) is known color: Persian Red. HEX triplet: D0, 36 and 2B. RGB value is (208,54,43). Sum of RGB (Red+Green+Blue) = 208+54+43=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0362B is #2FC9D4. Grayscale: #626262. Windows color (decimal): -3131861 or 2832080. OLE color: 2832080.

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

Color convert

RGB 208 54 43 -
CMYK 0 0.74 0.79 0.18
HSL 0.66% 0.49% -
HSV(B) 0.79% 0.82% -
XYZ 27.77 16.22 3.95 -
YUV 98.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 208 54 43 0 0.74 0.79 0.18 4 0.66 0.49
Hex D0 36 2B 0 4A 4F 12 4 42 31
Octal 320 66 53 0 112 117 22 4 102 61
Binary 11010000 110110 101011 0 1001010 1001111 10010 100 1000010 110001

Color Harmonies of #D0362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0362B

Black with #D0362B

Text Example


Text Example

White with #D0362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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