Html Css Color HEX #D64C43 Valencia

📋 copy color: '#D64C43'

red 214 ◦ green 76 ◦ blue 67

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

Shades of Valencia #D64C43

Tints of Valencia #D64C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 59.94%
G = 21.29%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D64C43 (or 0xD64C43) is known color: Valencia. HEX triplet: D6, 4C and 43. RGB value is (214,76,67). Sum of RGB (Red+Green+Blue) = 214+76+67=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C43 is #29B3BC. Grayscale: #747474. Windows color (decimal): -2732989 or 4410582. OLE color: 4410582.

HSL color Cylindrical-coordinate representation of color #D64C43: hue angle of 3.67º 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 #D64C43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 67 -
CMYK 0 0.64 0.69 0.16
HSL 3.67º 0.64% 0.55% -
HSV(B) 3.67º 0.69% 0.84% -
XYZ 31.33 19.87 7.49 -
YUV 116.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 214 76 67 0 0.64 0.69 0.16 3.67 0.64 0.55
Hex D6 4C 43 0 40 45 10 4 40 37
Octal 326 114 103 0 100 105 20 4 100 67
Binary 11010110 1001100 1000011 0 1000000 1000101 10000 100 1000000 110111

Color Harmonies of #D64C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C43

Black with #D64C43

Text Example


Text Example

White with #D64C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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