Html Css Color HEX #D03633 Persian Red

📋 copy color: '#D03633'

red 208 ◦ green 54 ◦ blue 51

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

Shades of Persian Red #D03633

Tints of Persian Red #D03633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 66.45%
G = 17.25%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03633 (or 0xD03633) is known color: Persian Red. HEX triplet: D0, 36 and 33. RGB value is (208,54,51). Sum of RGB (Red+Green+Blue) = 208+54+51=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03633 is #2FC9CC. Grayscale: #636363. Windows color (decimal): -3131853 or 3356368. OLE color: 3356368.

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

Color convert

RGB 208 54 51 -
CMYK 0 0.74 0.75 0.18
HSL 1.15º 0.63% 0.51% -
HSV(B) 1.15º 0.75% 0.82% -
XYZ 27.93 16.29 4.8 -
YUV 99.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 208 54 51 0 0.74 0.75 0.18 1.15 0.63 0.51
Hex D0 36 33 0 4A 4B 12 1 3F 33
Octal 320 66 63 0 112 113 22 1 77 63
Binary 11010000 110110 110011 0 1001010 1001011 10010 1 111111 110011

Color Harmonies of #D03633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03633

Black with #D03633

Text Example


Text Example

White with #D03633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03633; }

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

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

background-color css

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

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

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

border-color css

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

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

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