Html Css Color HEX #D03735 Persian Red

📋 copy color: '#D03735'

red 208 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #D03735

Tints of Persian Red #D03735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 65.82%
G = 17.41%
B = 16.77%

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

#D03735 (or 0xD03735) is known color: Persian Red. HEX triplet: D0, 37 and 35. RGB value is (208,55,53). Sum of RGB (Red+Green+Blue) = 208+55+53=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03735 is #2FC8CA. Grayscale: #646464. Windows color (decimal): -3131595 or 3487696. OLE color: 3487696.

HSL color Cylindrical-coordinate representation of color #D03735: hue angle of 0.77º degrees, saturation: 0.62, 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 #D03735 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 53 -
CMYK 0 0.74 0.75 0.18
HSL 0.77º 0.62% 0.51% -
HSV(B) 0.77º 0.75% 0.82% -
XYZ 28.02 16.4 5.06 -
YUV 100.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 208 55 53 0 0.74 0.75 0.18 0.77 0.62 0.51
Hex D0 37 35 0 4A 4B 12 1 3E 33
Octal 320 67 65 0 112 113 22 1 76 63
Binary 11010000 110111 110101 0 1001010 1001011 10010 1 111110 110011

Color Harmonies of #D03735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03735

Black with #D03735

Text Example


Text Example

White with #D03735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03735; }

 p { color: rgb(208,55,53); }

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

background-color css

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

 a { background-color: rgb(208,55,53); }

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

border-color css

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

 span { border-color: rgb(208,55,53); }

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