Html Css Color HEX #D03632 Persian Red

📋 copy color: '#D03632'

red 208 ◦ green 54 ◦ blue 50

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

Shades of Persian Red #D03632

Tints of Persian Red #D03632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 66.67%
G = 17.31%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D03632 (or 0xD03632) is known color: Persian Red. HEX triplet: D0, 36 and 32. RGB value is (208,54,50). Sum of RGB (Red+Green+Blue) = 208+54+50=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03632 is #2FC9CD. Grayscale: #636363. Windows color (decimal): -3131854 or 3290832. OLE color: 3290832.

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

Color convert

RGB 208 54 50 -
CMYK 0 0.74 0.76 0.18
HSL 1.52º 0.63% 0.51% -
HSV(B) 1.52º 0.76% 0.82% -
XYZ 27.91 16.28 4.69 -
YUV 99.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 208 54 50 0 0.74 0.76 0.18 1.52 0.63 0.51
Hex D0 36 32 0 4A 4C 12 2 3F 33
Octal 320 66 62 0 112 114 22 2 77 63
Binary 11010000 110110 110010 0 1001010 1001100 10010 10 111111 110011

Color Harmonies of #D03632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03632

Black with #D03632

Text Example


Text Example

White with #D03632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03632; }

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

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

background-color css

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

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

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

border-color css

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

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

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