Html Css Color HEX #D03836 Persian Red

📋 copy color: '#D03836'

red 208 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #D03836

Tints of Persian Red #D03836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 65.41%
G = 17.61%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03836 (or 0xD03836) is known color: Persian Red. HEX triplet: D0, 38 and 36. RGB value is (208,56,54). Sum of RGB (Red+Green+Blue) = 208+56+54=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D03836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03836 is #2FC7C9. Grayscale: #656565. Windows color (decimal): -3131338 or 3553488. OLE color: 3553488.

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

Color convert

RGB 208 56 54 -
CMYK 0 0.73 0.74 0.18
HSL 0.78º 0.62% 0.51% -
HSV(B) 0.78º 0.74% 0.82% -
XYZ 28.09 16.5 5.2 -
YUV 101.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 208 56 54 0 0.73 0.74 0.18 0.78 0.62 0.51
Hex D0 38 36 0 49 4A 12 1 3E 33
Octal 320 70 66 0 111 112 22 1 76 63
Binary 11010000 111000 110110 0 1001001 1001010 10010 1 111110 110011

Color Harmonies of #D03836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03836

Black with #D03836

Text Example


Text Example

White with #D03836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03836; }

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

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

background-color css

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

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

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

border-color css

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

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

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