Html Css Color HEX #D04238 Persian Red

📋 copy color: '#D04238'

red 208 ◦ green 66 ◦ blue 56

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

Shades of Persian Red #D04238

Tints of Persian Red #D04238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 56 (22.27% from 255) = 16.97%

R = 63.03%
G = 20%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D04238 (or 0xD04238) is known color: Persian Red. HEX triplet: D0, 42 and 38. RGB value is (208,66,56). Sum of RGB (Red+Green+Blue) = 208+66+56=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D04238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04238 is #2FBDC7. Grayscale: #6B6B6B. Windows color (decimal): -3128776 or 3687120. OLE color: 3687120.

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

Color convert

RGB 208 66 56 -
CMYK 0 0.68 0.73 0.18
HSL 3.95º 0.62% 0.52% -
HSV(B) 3.95º 0.73% 0.82% -
XYZ 28.67 17.59 5.63 -
YUV 107.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 208 66 56 0 0.68 0.73 0.18 3.95 0.62 0.52
Hex D0 42 38 0 44 49 12 4 3E 34
Octal 320 102 70 0 104 111 22 4 76 64
Binary 11010000 1000010 111000 0 1000100 1001001 10010 100 111110 110100

Color Harmonies of #D04238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04238

Black with #D04238

Text Example


Text Example

White with #D04238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04238; }

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

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

background-color css

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

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

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

border-color css

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

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

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