Html Css Color HEX #D65143 Valencia

📋 copy color: '#D65143'

red 214 ◦ green 81 ◦ blue 67

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

Shades of Valencia #D65143

Tints of Valencia #D65143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 59.12%
G = 22.38%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65143 (or 0xD65143) is known color: Valencia. HEX triplet: D6, 51 and 43. RGB value is (214,81,67). Sum of RGB (Red+Green+Blue) = 214+81+67=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D65143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65143 is #29AEBC. Grayscale: #777777. Windows color (decimal): -2731709 or 4411862. OLE color: 4411862.

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

Color convert

RGB 214 81 67 -
CMYK 0 0.62 0.69 0.16
HSL 5.71º 0.64% 0.55% -
HSV(B) 5.71º 0.69% 0.84% -
XYZ 31.69 20.59 7.61 -
YUV 119.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 214 81 67 0 0.62 0.69 0.16 5.71 0.64 0.55
Hex D6 51 43 0 3E 45 10 6 40 37
Octal 326 121 103 0 76 105 20 6 100 67
Binary 11010110 1010001 1000011 0 111110 1000101 10000 110 1000000 110111

Color Harmonies of #D65143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65143

Black with #D65143

Text Example


Text Example

White with #D65143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65143; }

 p { color: rgb(214,81,67); }

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

background-color css

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

 a { background-color: rgb(214,81,67); }

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

border-color css

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

 span { border-color: rgb(214,81,67); }

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