Html Css Color HEX #D04336 Persian Red

📋 copy color: '#D04336'

red 208 ◦ green 67 ◦ blue 54

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

Shades of Persian Red #D04336

Tints of Persian Red #D04336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

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

R = 63.22%
G = 20.36%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D04336 (or 0xD04336) is known color: Persian Red. HEX triplet: D0, 43 and 36. RGB value is (208,67,54). Sum of RGB (Red+Green+Blue) = 208+67+54=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D04336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04336 is #2FBCC9. Grayscale: #6B6B6B. Windows color (decimal): -3128522 or 3556304. OLE color: 3556304.

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

Color convert

RGB 208 67 54 -
CMYK 0 0.68 0.74 0.18
HSL 5.06º 0.62% 0.51% -
HSV(B) 5.06º 0.74% 0.82% -
XYZ 28.69 17.69 5.39 -
YUV 107.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 208 67 54 0 0.68 0.74 0.18 5.06 0.62 0.51
Hex D0 43 36 0 44 4A 12 5 3E 33
Octal 320 103 66 0 104 112 22 5 76 63
Binary 11010000 1000011 110110 0 1000100 1001010 10010 101 111110 110011

Color Harmonies of #D04336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04336

Black with #D04336

Text Example


Text Example

White with #D04336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04336; }

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

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

background-color css

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

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

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

border-color css

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

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

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