Html Css Color HEX #CF4B47 Valencia

📋 copy color: '#CF4B47'

red 207 ◦ green 75 ◦ blue 71

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

Shades of Valencia #CF4B47

Tints of Valencia #CF4B47

RGB

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

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

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

R = 58.64%
G = 21.25%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF4B47 (or 0xCF4B47) is known color: Valencia. HEX triplet: CF, 4B and 47. RGB value is (207,75,71). Sum of RGB (Red+Green+Blue) = 207+75+71=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B47 is #30B4B8. Grayscale: #727272. Windows color (decimal): -3191993 or 4672463. OLE color: 4672463.

HSL color Cylindrical-coordinate representation of color #CF4B47: hue angle of 1.76º 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 #CF4B47 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 75 71 -
CMYK 0 0.64 0.66 0.19
HSL 1.76º 0.59% 0.55% -
HSV(B) 1.76º 0.66% 0.81% -
XYZ 29.39 18.75 8.03 -
YUV 114.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 207 75 71 0 0.64 0.66 0.19 1.76 0.59 0.55
Hex CF 4B 47 0 40 42 13 2 3B 37
Octal 317 113 107 0 100 102 23 2 73 67
Binary 11001111 1001011 1000111 0 1000000 1000010 10011 10 111011 110111

Color Harmonies of #CF4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B47

Black with #CF4B47

Text Example


Text Example

White with #CF4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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