Html Css Color HEX #CF4846 Valencia

📋 copy color: '#CF4846'

red 207 ◦ green 72 ◦ blue 70

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

Shades of Valencia #CF4846

Tints of Valencia #CF4846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 59.31%
G = 20.63%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF4846 (or 0xCF4846) is known color: Valencia. HEX triplet: CF, 48 and 46. RGB value is (207,72,70). Sum of RGB (Red+Green+Blue) = 207+72+70=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4846 is #30B7B9. Grayscale: #707070. Windows color (decimal): -3192762 or 4606159. OLE color: 4606159.

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

Color convert

RGB 207 72 70 -
CMYK 0 0.65 0.66 0.19
HSL 0.88º 0.59% 0.54% -
HSV(B) 0.88º 0.66% 0.81% -
XYZ 29.15 18.34 7.8 -
YUV 112.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 207 72 70 0 0.65 0.66 0.19 0.88 0.59 0.54
Hex CF 48 46 0 41 42 13 1 3B 36
Octal 317 110 106 0 101 102 23 1 73 66
Binary 11001111 1001000 1000110 0 1000001 1000010 10011 1 111011 110110

Color Harmonies of #CF4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4846

Black with #CF4846

Text Example


Text Example

White with #CF4846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4846; }

 p { color: rgb(207,72,70); }

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

background-color css

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

 a { background-color: rgb(207,72,70); }

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

border-color css

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

 span { border-color: rgb(207,72,70); }

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