Html Css Color HEX #D03834 Persian Red

📋 copy color: '#D03834'

red 208 ◦ green 56 ◦ blue 52

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

Shades of Persian Red #D03834

Tints of Persian Red #D03834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 65.82%
G = 17.72%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03834 (or 0xD03834) is known color: Persian Red. HEX triplet: D0, 38 and 34. RGB value is (208,56,52). Sum of RGB (Red+Green+Blue) = 208+56+52=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03834 is #2FC7CB. Grayscale: #656565. Windows color (decimal): -3131340 or 3422416. OLE color: 3422416.

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

Color convert

RGB 208 56 52 -
CMYK 0 0.73 0.75 0.18
HSL 1.54º 0.62% 0.51% -
HSV(B) 1.54º 0.75% 0.82% -
XYZ 28.05 16.49 4.95 -
YUV 100.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 208 56 52 0 0.73 0.75 0.18 1.54 0.62 0.51
Hex D0 38 34 0 49 4B 12 2 3E 33
Octal 320 70 64 0 111 113 22 2 76 63
Binary 11010000 111000 110100 0 1001001 1001011 10010 10 111110 110011

Color Harmonies of #D03834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03834

Black with #D03834

Text Example


Text Example

White with #D03834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03834; }

 p { color: rgb(208,56,52); }

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

background-color css

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

 a { background-color: rgb(208,56,52); }

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

border-color css

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

 span { border-color: rgb(208,56,52); }

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