Html Css Color HEX #D34C41 Valencia

📋 copy color: '#D34C41'

red 211 ◦ green 76 ◦ blue 65

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

Shades of Valencia #D34C41

Tints of Valencia #D34C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.47%

R = 59.94%
G = 21.59%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D34C41 (or 0xD34C41) is known color: Valencia. HEX triplet: D3, 4C and 41. RGB value is (211,76,65). Sum of RGB (Red+Green+Blue) = 211+76+65=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C41 is #2CB3BE. Grayscale: #737373. Windows color (decimal): -2929599 or 4279507. OLE color: 4279507.

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

Color convert

RGB 211 76 65 -
CMYK 0 0.64 0.69 0.17
HSL 4.52º 0.62% 0.54% -
HSV(B) 4.52º 0.69% 0.83% -
XYZ 30.4 19.4 7.14 -
YUV 115.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 211 76 65 0 0.64 0.69 0.17 4.52 0.62 0.54
Hex D3 4C 41 0 40 45 11 5 3E 36
Octal 323 114 101 0 100 105 21 5 76 66
Binary 11010011 1001100 1000001 0 1000000 1000101 10001 101 111110 110110

Color Harmonies of #D34C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C41

Black with #D34C41

Text Example


Text Example

White with #D34C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C41; }

 p { color: rgb(211,76,65); }

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

background-color css

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

 a { background-color: rgb(211,76,65); }

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

border-color css

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

 span { border-color: rgb(211,76,65); }

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