Html Css Color HEX #D74B4B Valencia

📋 copy color: '#D74B4B'

red 215 ◦ green 75 ◦ blue 75

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

Shades of Valencia #D74B4B

Tints of Valencia #D74B4B

RGB

 RED value IS 215 (84.38% from 255) = 58.9%

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

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

R = 58.9%
G = 20.55%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D74B4B (or 0xD74B4B) is known color: Valencia. HEX triplet: D7, 4B and 4B. RGB value is (215,75,75). Sum of RGB (Red+Green+Blue) = 215+75+75=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74B4B is #28B4B4. Grayscale: #757575. Windows color (decimal): -2667701 or 4934615. OLE color: 4934615.

HSL color Cylindrical-coordinate representation of color #D74B4B: hue angle of 0º degrees, saturation: 0.64, 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 #D74B4B is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 75 -
CMYK 0 0.65 0.65 0.16
HSL 0.64% 0.57% -
HSV(B) 0.65% 0.84% -
XYZ 31.81 19.99 8.84 -
YUV 116.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 215 75 75 0 0.65 0.65 0.16 0 0.64 0.57
Hex D7 4B 4B 0 41 41 10 0 40 39
Octal 327 113 113 0 101 101 20 0 100 71
Binary 11010111 1001011 1001011 0 1000001 1000001 10000 0 1000000 111001

Color Harmonies of #D74B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B4B

Black with #D74B4B

Text Example


Text Example

White with #D74B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B4B; }

 p { color: rgb(215,75,75); }

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

background-color css

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

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

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

border-color css

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

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

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