Html Css Color HEX #D65248 Valencia

📋 copy color: '#D65248'

red 214 ◦ green 82 ◦ blue 72

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

Shades of Valencia #D65248

Tints of Valencia #D65248

RGB

 RED value IS 214 (83.98% from 255) = 58.15%

 GREEN value IS 82 (32.42% from 255) = 22.28%

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 58.15%
G = 22.28%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65248 (or 0xD65248) is known color: Valencia. HEX triplet: D6, 52 and 48. RGB value is (214,82,72). Sum of RGB (Red+Green+Blue) = 214+82+72=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65248 is #29ADB7. Grayscale: #787878. Windows color (decimal): -2731448 or 4739798. OLE color: 4739798.

HSL color Cylindrical-coordinate representation of color #D65248: hue angle of 4.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65248 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 72 -
CMYK 0 0.62 0.66 0.16
HSL 4.23º 0.63% 0.56% -
HSV(B) 4.23º 0.66% 0.84% -
XYZ 31.92 20.8 8.46 -
YUV 120.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 214 82 72 0 0.62 0.66 0.16 4.23 0.63 0.56
Hex D6 52 48 0 3E 42 10 4 3F 38
Octal 326 122 110 0 76 102 20 4 77 70
Binary 11010110 1010010 1001000 0 111110 1000010 10000 100 111111 111000

Color Harmonies of #D65248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65248

Black with #D65248

Text Example


Text Example

White with #D65248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65248; }

 p { color: rgb(214,82,72); }

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

background-color css

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

 a { background-color: rgb(214,82,72); }

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

border-color css

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

 span { border-color: rgb(214,82,72); }

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