Html Css Color HEX #D04237 Persian Red

📋 copy color: '#D04237'

red 208 ◦ green 66 ◦ blue 55

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

Shades of Persian Red #D04237

Tints of Persian Red #D04237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.72%

R = 63.22%
G = 20.06%
B = 16.72%

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

#D04237 (or 0xD04237) is known color: Persian Red. HEX triplet: D0, 42 and 37. RGB value is (208,66,55). Sum of RGB (Red+Green+Blue) = 208+66+55=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D04237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04237 is #2FBDC8. Grayscale: #6B6B6B. Windows color (decimal): -3128777 or 3621584. OLE color: 3621584.

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

Color convert

RGB 208 66 55 -
CMYK 0 0.68 0.74 0.18
HSL 4.31º 0.62% 0.52% -
HSV(B) 4.31º 0.74% 0.82% -
XYZ 28.65 17.58 5.5 -
YUV 107.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 208 66 55 0 0.68 0.74 0.18 4.31 0.62 0.52
Hex D0 42 37 0 44 4A 12 4 3E 34
Octal 320 102 67 0 104 112 22 4 76 64
Binary 11010000 1000010 110111 0 1000100 1001010 10010 100 111110 110100

Color Harmonies of #D04237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04237

Black with #D04237

Text Example


Text Example

White with #D04237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04237; }

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

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

background-color css

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

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

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

border-color css

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

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

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