Html Css Color HEX #D34F4B Valencia

📋 copy color: '#D34F4B'

red 211 ◦ green 79 ◦ blue 75

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

Shades of Valencia #D34F4B

Tints of Valencia #D34F4B

RGB

 RED value IS 211 (82.81% from 255) = 57.81%

 GREEN value IS 79 (31.25% from 255) = 21.64%

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

R = 57.81%
G = 21.64%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D34F4B (or 0xD34F4B) is known color: Valencia. HEX triplet: D3, 4F and 4B. RGB value is (211,79,75). Sum of RGB (Red+Green+Blue) = 211+79+75=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F4B is #2CB0B4. Grayscale: #767676. Windows color (decimal): -2928821 or 4935635. OLE color: 4935635.

HSL color Cylindrical-coordinate representation of color #D34F4B: hue angle of 1.76º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34F4B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 79 75 -
CMYK 0 0.63 0.64 0.17
HSL 1.76º 0.61% 0.56% -
HSV(B) 1.76º 0.64% 0.83% -
XYZ 30.93 19.95 8.88 -
YUV 118.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 211 79 75 0 0.63 0.64 0.17 1.76 0.61 0.56
Hex D3 4F 4B 0 3F 40 11 2 3D 38
Octal 323 117 113 0 77 100 21 2 75 70
Binary 11010011 1001111 1001011 0 111111 1000000 10001 10 111101 111000

Color Harmonies of #D34F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F4B

Black with #D34F4B

Text Example


Text Example

White with #D34F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F4B; }

 p { color: rgb(211,79,75); }

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

background-color css

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

 a { background-color: rgb(211,79,75); }

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

border-color css

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

 span { border-color: rgb(211,79,75); }

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