Html Css Color HEX #D74B45 Valencia

📋 copy color: '#D74B45'

red 215 ◦ green 75 ◦ blue 69

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

Shades of Valencia #D74B45

Tints of Valencia #D74B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 59.89%
G = 20.89%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D74B45 (or 0xD74B45) is known color: Valencia. HEX triplet: D7, 4B and 45. RGB value is (215,75,69). Sum of RGB (Red+Green+Blue) = 215+75+69=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74B45 is #28B4BA. Grayscale: #747474. Windows color (decimal): -2667707 or 4541399. OLE color: 4541399.

HSL color Cylindrical-coordinate representation of color #D74B45: hue angle of 2.47º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74B45 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 69 -
CMYK 0 0.65 0.68 0.16
HSL 2.47º 0.65% 0.56% -
HSV(B) 2.47º 0.68% 0.84% -
XYZ 31.61 19.91 7.81 -
YUV 116.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 215 75 69 0 0.65 0.68 0.16 2.47 0.65 0.56
Hex D7 4B 45 0 41 44 10 2 41 38
Octal 327 113 105 0 101 104 20 2 101 70
Binary 11010111 1001011 1000101 0 1000001 1000100 10000 10 1000001 111000

Color Harmonies of #D74B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B45

Black with #D74B45

Text Example


Text Example

White with #D74B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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