Html Css Color HEX #D03635 Persian Red

📋 copy color: '#D03635'

red 208 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #D03635

Tints of Persian Red #D03635

RGB

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

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

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

R = 66.03%
G = 17.14%
B = 16.83%

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

#D03635 (or 0xD03635) is known color: Persian Red. HEX triplet: D0, 36 and 35. RGB value is (208,54,53). Sum of RGB (Red+Green+Blue) = 208+54+53=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03635 is #2FC9CA. Grayscale: #646464. Windows color (decimal): -3131851 or 3487440. OLE color: 3487440.

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

Color convert

RGB 208 54 53 -
CMYK 0 0.74 0.75 0.18
HSL 0.39º 0.62% 0.51% -
HSV(B) 0.39º 0.75% 0.82% -
XYZ 27.97 16.31 5.04 -
YUV 99.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 208 54 53 0 0.74 0.75 0.18 0.39 0.62 0.51
Hex D0 36 35 0 4A 4B 12 0 3E 33
Octal 320 66 65 0 112 113 22 0 76 63
Binary 11010000 110110 110101 0 1001010 1001011 10010 0 111110 110011

Color Harmonies of #D03635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03635

Black with #D03635

Text Example


Text Example

White with #D03635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03635; }

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

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

background-color css

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

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

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

border-color css

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

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

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