Html Css Color HEX #CF4E47 Valencia

📋 copy color: '#CF4E47'

red 207 ◦ green 78 ◦ blue 71

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

Shades of Valencia #CF4E47

Tints of Valencia #CF4E47

RGB

 RED value IS 207 (81.25% from 255) = 58.15%

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 58.15%
G = 21.91%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF4E47 (or 0xCF4E47) is known color: Valencia. HEX triplet: CF, 4E and 47. RGB value is (207,78,71). Sum of RGB (Red+Green+Blue) = 207+78+71=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E47 is #30B1B8. Grayscale: #737373. Windows color (decimal): -3191225 or 4673231. OLE color: 4673231.

HSL color Cylindrical-coordinate representation of color #CF4E47: hue angle of 3.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4E47 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 78 71 -
CMYK 0 0.62 0.66 0.19
HSL 3.09º 0.59% 0.55% -
HSV(B) 3.09º 0.66% 0.81% -
XYZ 29.59 19.17 8.1 -
YUV 115.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 207 78 71 0 0.62 0.66 0.19 3.09 0.59 0.55
Hex CF 4E 47 0 3E 42 13 3 3B 37
Octal 317 116 107 0 76 102 23 3 73 67
Binary 11001111 1001110 1000111 0 111110 1000010 10011 11 111011 110111

Color Harmonies of #CF4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E47

Black with #CF4E47

Text Example


Text Example

White with #CF4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E47; }

 p { color: rgb(207,78,71); }

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

background-color css

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

 a { background-color: rgb(207,78,71); }

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

border-color css

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

 span { border-color: rgb(207,78,71); }

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