Html Css Color HEX #D65C4B Valencia

📋 copy color: '#D65C4B'

red 214 ◦ green 92 ◦ blue 75

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

Shades of Valencia #D65C4B

Tints of Valencia #D65C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 56.17%
G = 24.15%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D65C4B (or 0xD65C4B) is known color: Valencia. HEX triplet: D6, 5C and 4B. RGB value is (214,92,75). Sum of RGB (Red+Green+Blue) = 214+92+75=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C4B is #29A3B4. Grayscale: #7E7E7E. Windows color (decimal): -2728885 or 4938966. OLE color: 4938966.

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

Color convert

RGB 214 92 75 -
CMYK 0 0.57 0.65 0.16
HSL 7.34º 0.63% 0.57% -
HSV(B) 7.34º 0.65% 0.84% -
XYZ 32.83 22.46 9.26 -
YUV 126.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 214 92 75 0 0.57 0.65 0.16 7.34 0.63 0.57
Hex D6 5C 4B 0 39 41 10 7 3F 39
Octal 326 134 113 0 71 101 20 7 77 71
Binary 11010110 1011100 1001011 0 111001 1000001 10000 111 111111 111001

Color Harmonies of #D65C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C4B

Black with #D65C4B

Text Example


Text Example

White with #D65C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C4B; }

 p { color: rgb(214,92,75); }

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

background-color css

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

 a { background-color: rgb(214,92,75); }

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

border-color css

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

 span { border-color: rgb(214,92,75); }

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