Html Css Color HEX #CF4847 Valencia

📋 copy color: '#CF4847'

red 207 ◦ green 72 ◦ blue 71

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

Shades of Valencia #CF4847

Tints of Valencia #CF4847

RGB

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

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

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

R = 59.14%
G = 20.57%
B = 20.29%

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

#CF4847 (or 0xCF4847) is known color: Valencia. HEX triplet: CF, 48 and 47. RGB value is (207,72,71). Sum of RGB (Red+Green+Blue) = 207+72+71=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4847 is #30B7B8. Grayscale: #707070. Windows color (decimal): -3192761 or 4671695. OLE color: 4671695.

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

Color convert

RGB 207 72 71 -
CMYK 0 0.65 0.66 0.19
HSL 0.44º 0.59% 0.55% -
HSV(B) 0.44º 0.66% 0.81% -
XYZ 29.19 18.36 7.97 -
YUV 112.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 207 72 71 0 0.65 0.66 0.19 0.44 0.59 0.55
Hex CF 48 47 0 41 42 13 0 3B 37
Octal 317 110 107 0 101 102 23 0 73 67
Binary 11001111 1001000 1000111 0 1000001 1000010 10011 0 111011 110111

Color Harmonies of #CF4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4847

Black with #CF4847

Text Example


Text Example

White with #CF4847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4847; }

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

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

background-color css

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

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

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

border-color css

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

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

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