Html Css Color HEX #D04841 Valencia

📋 copy color: '#D04841'

red 208 ◦ green 72 ◦ blue 65

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

Shades of Valencia #D04841

Tints of Valencia #D04841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 60.29%
G = 20.87%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04841 (or 0xD04841) is known color: Valencia. HEX triplet: D0, 48 and 41. RGB value is (208,72,65). Sum of RGB (Red+Green+Blue) = 208+72+65=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D04841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04841 is #2FB7BE. Grayscale: #707070. Windows color (decimal): -3127231 or 4278480. OLE color: 4278480.

HSL color Cylindrical-coordinate representation of color #D04841: hue angle of 2.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04841 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 65 -
CMYK 0 0.65 0.69 0.18
HSL 2.94º 0.6% 0.54% -
HSV(B) 2.94º 0.69% 0.82% -
XYZ 29.28 18.43 7.01 -
YUV 111.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 208 72 65 0 0.65 0.69 0.18 2.94 0.6 0.54
Hex D0 48 41 0 41 45 12 3 3C 36
Octal 320 110 101 0 101 105 22 3 74 66
Binary 11010000 1001000 1000001 0 1000001 1000101 10010 11 111100 110110

Color Harmonies of #D04841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04841

Black with #D04841

Text Example


Text Example

White with #D04841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04841; }

 p { color: rgb(208,72,65); }

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

background-color css

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

 a { background-color: rgb(208,72,65); }

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

border-color css

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

 span { border-color: rgb(208,72,65); }

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