Html Css Color HEX #D34B3F Valencia

📋 copy color: '#D34B3F'

red 211 ◦ green 75 ◦ blue 63

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

Shades of Valencia #D34B3F

Tints of Valencia #D34B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 63 (25% from 255) = 18.05%

R = 60.46%
G = 21.49%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D34B3F (or 0xD34B3F) is known color: Valencia. HEX triplet: D3, 4B and 3F. RGB value is (211,75,63). Sum of RGB (Red+Green+Blue) = 211+75+63=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34B3F is #2CB4C0. Grayscale: #727272. Windows color (decimal): -2929857 or 4148179. OLE color: 4148179.

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

Color convert

RGB 211 75 63 -
CMYK 0 0.64 0.70 0.17
HSL 4.86º 0.63% 0.54% -
HSV(B) 4.86º 0.7% 0.83% -
XYZ 30.28 19.24 6.82 -
YUV 114.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 211 75 63 0 0.64 0.70 0.17 4.86 0.63 0.54
Hex D3 4B 3F 0 40 46 11 5 3F 36
Octal 323 113 77 0 100 106 21 5 77 66
Binary 11010011 1001011 111111 0 1000000 1000110 10001 101 111111 110110

Color Harmonies of #D34B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34B3F

Black with #D34B3F

Text Example


Text Example

White with #D34B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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