Html Css Color HEX #DA4C4C Valencia

📋 copy color: '#DA4C4C'

red 218 ◦ green 76 ◦ blue 76

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

Shades of Valencia #DA4C4C

Tints of Valencia #DA4C4C

RGB

 RED value IS 218 (85.55% from 255) = 58.92%

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 58.92%
G = 20.54%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA4C4C (or 0xDA4C4C) is known color: Valencia. HEX triplet: DA, 4C and 4C. RGB value is (218,76,76). Sum of RGB (Red+Green+Blue) = 218+76+76=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C4C is #25B3B3. Grayscale: #767676. Windows color (decimal): -2470836 or 5000410. OLE color: 5000410.

HSL color Cylindrical-coordinate representation of color #DA4C4C: hue angle of 0º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C4C is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 76 -
CMYK 0 0.65 0.65 0.15
HSL 0.66% 0.58% -
HSV(B) 0.65% 0.85% -
XYZ 32.8 20.6 9.08 -
YUV 118.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 218 76 76 0 0.65 0.65 0.15 0 0.66 0.58
Hex DA 4C 4C 0 41 41 F 0 42 3A
Octal 332 114 114 0 101 101 17 0 102 72
Binary 11011010 1001100 1001100 0 1000001 1000001 1111 0 1000010 111010

Color Harmonies of #DA4C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C4C

Black with #DA4C4C

Text Example


Text Example

White with #DA4C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C4C; }

 p { color: rgb(218,76,76); }

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

background-color css

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

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

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

border-color css

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

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

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